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
Patch Translation_Tests expectations to match EXISTS rewrite
The EXISTS rewrite of sync_column_key_info (needed because Turso
doesn't implement SQLite's "bare column alongside aggregate" extension)
changes the emitted SQL string. Six Translation_Tests assert on the
old row-value SET form and now fail on string mismatch even though
driver behavior is correct.
Replace expected strings in the test file at CI time via python regex.
Safe because behavior is unchanged; the tests check implementation
detail (exact SQL text) which intentionally diverges under Turso.
0 commit comments