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
Restore column-name casing in Turso error messages
Turso lowercases column names in UNIQUE-constraint error messages
("_tmp_table.id" vs SQLite's "_tmp_table.ID"). Extend the existing
error-normalizer callback to look up the canonical casing from
information_schema.columns and substitute it back.
Fixes testAlterTableModifyColumnComplexChange.
0 commit comments