Steve Loughran wrote:
Someone else look at SqlExec.runStatements() and tell me if the class
does or does not support delimiters anywhere other than the end of the
line.
Also, if keepformat=true, we dont trim the line, so a statement ending
with a space after the semicolon isnt recognised as
Someone else look at SqlExec.runStatements() and tell me if the class
does or does not support delimiters anywhere other than the end of the line.
and if not, is this intentional?
It certainly lets you do
SELECT * from Events where name=";" ;
but it doesnt let you go
SELECT * from Events wh