You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run a focused matrix of INSERT-SELECT-FROM-VALUES variants directly
against Turso (no driver) and print pass/fail for each. The matrix
isolates each suspected dimension separately:
- top-level vs INSERT context
- bare column1 vs `column1` (backtick)
- with vs without CAST
- with vs without WHERE true
- VALUES vs SELECT alias vs CTE alias
The probe is decorated with continue-on-error so it cannot fail the
job, and it runs before PHPUnit so it always produces output even if
the main test step crashes.
The aim is to identify which exact shape Turso rejects so the fix
can be targeted rather than guessed at, since prior driver-side
rewrites caused a Turso SIGSEGV in testReconstructTable.
0 commit comments