C Style Escape Char in Strings for SQL
Brought to you by:
ikiki
String escape characters are not implimented in SQL like they are in C/C++ etc.
so highlighting messes up when there are escaped quotes in SQL statements. ie
"test \"test\" test"
^-- does not highlight properly, Notepad2 thinks the string ends at first double quotes in SQL.