pietermartin / sqlg

TinkerPop graph over sql
MIT License
246 stars 51 forks source link

Generated SQL quotes ID with " rather than what dialect specifies #176

Closed ktschmidt closed 7 years ago

ktschmidt commented 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.

pietermartin commented 7 years ago

Fixed by https://github.com/pietermartin/sqlg/pull/178