Cancelation of SQL statements
A Java SQL client for any JDBC compliant database
Brought to you by:
colbell,
gerdwagner
On Squirrel 3 if you use the new look and feel and have connections two at least 2 databases the following happens with a combination of postgresql and oracle:
1. run a sql statement on oracle
2. swap to the postgres window and start a sql statement there
3. abort the sql request on postgres
as a result also the request to oracle gets aborted too.