Files
MaxScale/query_classifier/qc_sqlite
Johan Wikman 776f199d01 MXS-1719 Treat # comments the same way as -- comments
sqlite does not treat # as the start of a to-end-of-line
comment. It cannot trivially be treated as such because at
startup sqlite parses statements containing the #-character.
Thus, only after sqlite has been initialized can it be treated
the same way as --.
2018-06-12 17:35:49 +03:00
..
2018-04-23 14:02:54 +03:00
2017-06-01 10:24:20 +03:00