Re: SQL command and multiple statements on a single line

2006-09-21 Thread Steve Loughran
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

SQL command and multiple statements on a single line

2006-09-21 Thread Steve Loughran
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