Concurrent actions gecancelled
A Java SQL client for any JDBC compliant database
Brought to you by:
colbell,
gerdwagner
When navigating within squirrel without waiting for previous sql actions to finish those actions get cancelled or starve.
Example 1: If you try to check table contents while Squirrel is still fetching all table information opon connection to the database, sometime not all table names/information are fetched. A refresh without further interaction will fix this.
Example 2: If you execute an additional SQL statement while a longer SQL operation is already running (like delete all records in a 1M records table) both actions will stop and Squirrel eventually stops responding at all and has to be killed.
This was experienced with Oracle 10g but should also affect all other DBs.