I agree with Dan and Mike about the solution... Parsing of SQL statement
in IJ just seems wrong, especially for a non-critical issue like
this.... Wouldn't Dan's suggestion of  'Statement executed' be sufficient?

Satheesh

V Narayanan wrote:

> Hi,
> I did try out the query with the comment and it led to the following
> output
>
> ij> -- an insert statement
>        insert into table2 select * from table1;
> 12 --s executed
>
>
> considering the approach I am using to solve the problem I can resolve
> this by further parsing of the query in addition to what I have
> already done in the JDBCUtil.java. Before I do this can anyone pls
> help me in deciding whether this would a scalable and appropriate
> solution to the above raised bug?
>
> thanx
> Narayanan
>
>
>

Reply via email to