
+6
SQL syntax highlighting error in concatenated python strings
In python strings that are broken up onto multiple lines (e.g. see below), SQL syntax highlighting only appears on the very first line of the string.
statement = ("SELECT <col> FROM <table> WHERE "
"<col> = <value> AND <col> = <value>;")
Servicio de atención al cliente por UserEcho
Respuestas 1