hash-threshold 20
# Query which returns single apostrophe
query ? nosort
SELECT 'a single apostrophe: '', right?'
----
a single apostrophe: ', right? <!--- a very long varchar literal starting here
# Next query does not get syntax highlighting
query ? nosort
SELECT 'next query'
The SQL syntax highlighter gets enabled when processing first query results, so it scans the second test query treating it as part of a varchar literal:
for file with
The SQL syntax highlighter gets enabled when processing first query results, so it scans the second test query treating it as part of a varchar literal: