Changes: Changes from 2.2.3

Most changes to this version are trivial, and fall 
into two main categories:

- JDK 1.3 should now be supported.  

- Eclipse 3.0 M5/M6 should be supported (although 
  there's a different jar to install

In addition:

- Schema handling has been revised.





Changes: Changes from 2.2.2

Most of the changes to the code are structural and
won't have an effect on the use of the plug-in.  Some
of the changes that you will see include:

- Better refresh support (Issuing a refresh on the 
  bookmark list does not collapse any previously-open
  selections.
  
- Properties available for items in the bookmark list

- Key mapping (Ctl-Shift-Q) to execute queries in the 
  Query view
  
- Bug fix for mixed-case tables in PostGres

- Bug fix for SQL Queries on Oracle with column type
  of CHAR
  
- Added an explicit checkbox to indicate that you want
  to be prompted for a password at connection time.
  
- When you've selected multiple nodes at the same time,
  you can perform the same action on each of them.
  
- The status line from the Bookmark View now appears in
  the standard status line window area.
  
- Queries are persisted so that you can keep a list of 
  queries.
  
Changes: Changes from 2.2.1

- Now you can leave blank the password field in the bookmark, 
  as suggested by Erik Dick in the Forum. You will be asked for 
  its value when trying to connect. There is a property 
  (Window->Properties->QuantumDB) to modify in case you use 
  blank passwords and don't want to be pestered with dialogs. 
  In this case, change the default (nothing) to a string 
  (e.g. "") and only when you use that string as bookmark 
  password you'll be asked for a new password.
  
- The Query History View now registers all the queries, even 
  before being activated, fixing bug #773726.
  
- The case sensitivity when using Postgres in Windows should 
  go now (bug #804353).
  
- Fixed bug #811591, the Copy/Paste of bookmarks wasn't properly 
  initialized.
  
- Now if the connection is implicit (created when using the SQL 
  Editor before opening the bookmark), the bookmark is connected 
  but the tables and views are not loaded till you try to expand 
  the node.
  
- Fixed (really avoided) the problem with the Oracle jdbc driver 
  and its bug with getIndexInfo(). Bug reference #819846.