sql-builder icon indicating copy to clipboard operation
sql-builder copied to clipboard

Double-quotes don't work for MySQL with `ANSI_QUOTES`

Open lideming opened this issue 3 years ago • 0 comments

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

lideming avatar May 12 '21 20:05 lideming