sql-builder
sql-builder copied to clipboard
Double-quotes don't work for MySQL with `ANSI_QUOTES`
The sql-builder currently use double-quotes for string values, but with ANSI_QUOTES
set in sql_mode
, MySQL will treat double-quotes as identifiers instead of strings.
Related: https://github.com/denodrivers/mysql/issues/108