Closed ktschmidt closed 7 years ago
In doing some work to add a MySQL dialect, it was discovered that some generated SQL used " to quote an ID column rather than what the dialect specifies.
Fixed by https://github.com/pietermartin/sqlg/pull/178
In doing some work to add a MySQL dialect, it was discovered that some generated SQL used " to quote an ID column rather than what the dialect specifies.