[EMAIL PROTECTED] wrote
> INSERT INTO WORKS1 > SELECT * > FROM WORKS; > -12 rows inserted/updated/deleted > +12 --s executed The patch seems to have problems, several of the correct execution status lines in the test output have been replaced with lines that make no sense. Ie. in this case '--s executed'. This is the danger of getting ij parsing SQL text, it may not have the same understanding as the underlying SQL engine, which may not be Derby. In the future could you attach patches to the Jira entry, not as e-mail attachments. Thanks, Dan.