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
This change escapes dialect-specific quote characters inside generated
SQL identifiers. SQLite and PostgreSQL identifiers now double
embedded `"` characters, and MySQL identifiers now double embedded
backticks. Qualified table names also quote schema components
before concatenating them with table names.
The same quoting helpers are used for index DDL names. The regression
coverage checks DML generated from table metadata and DDL generated
from index, schema, and table metadata.
Fixes#16.
0 commit comments