Skip to content
Snippets Groups Projects
Commit b0df8874 authored by Thomas G. Lockhart's avatar Thomas G. Lockhart
Browse files

Include SQL/92 string continuation across newlines.

Allows the following example:
  select 'first string'
  '---'
  'last string';
 to be output as 'first string---last string'.
parent ba235889
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment