CSNW / sql-bricks

Transparent, Schemaless SQL Generation
http://csnw.github.io/sql-bricks
MIT License
203 stars 25 forks source link

auto-quoting doesn't work with default mysql settings #104

Open prust opened 6 years ago

prust commented 6 years ago

reported by @tamarzil in #101:

it would be great if we could set a custom value for '_autoQuoteChar' for the extension. In mysql identifiers are quoted with a backtick, not double quotes (unless setting a specific SQL mode).