Files
MaxScale/query_classifier/qc_sqlite
Johan Wikman e6f8432e33 MXS-1196: Accept :'a' as placeholder variables
Oracle SQL accepts statements like

  PREPARE stmt FROM 'INSERT INTO t1 VALUES (:a,:b)';
  PREPARE stmt FROM 'INSERT INTO t1 VALUES (:"a",:"b")';

That is, the variable may be surrounded by quotes.
2017-06-28 21:33:04 +02:00
..
2016-08-11 12:44:07 +03:00
2017-02-14 21:42:28 +02:00