New: Added BooleanFormat to display values like 0 and 1 as check box. Warning: If you use your own custom formats you may have to replace the interface ObjectFormat with the new interface TextFormat in your classes.
New: Added ability to hide/show table grid lines
New: Added ability to use alternating row colors
New: Added ability to modify the colors used to mark primary and foreign keys in the result table
New: Added 'Show Referenced Table' and 'Show Referencing Table' to result table context menu.
Fix: Fixed Help Action in plugin toolwindow
Fix: Made Ctrl+C work for all nodes in browser tree
Change: Added line break in 'Copy to Clipboard' action of result tables
Change: Primary keys and foreign keys are now marked with a small colored bar.
Version 2.0
New: Ability to specify multiple JDBC driver locations
New: Use IDEA action system
New: Moved configuration (except statements) from project into application configuration. Warning: Old settings will be lost.
New: Added 'Copy' (to system clipboard) action in browser
New: Show current connection status for databases (green diamant - connected, blue diamant - not connected, red diamant - no driver)
Version 1.4.x
Version 1.4.6
New: Added quick access for some plugin settings to query panel
New: Added option 'Stop on Error'
New: Allow hiding of table columns (See action 'Manage Columns...' in context menu of result table header)
New: Added links from message pane to result tabs.
Bug Fixes
Version 1.4.5
New: Added support for jTDS SQL Server JDBC driver (Thanks to Chris Maurer)
New: Delete rows from result tables.
New: Added ability to save character and binary data.
New: Added support for secure servers to HSQLDB driver support (old database configurations may not work anymore)
New: Added additional connection properties to set properties not supported by the driver support classes
Fix: Use second connection to get meta data
Fix: Improved cancellation of statements
Fix: Improved handling of Oracle 9.x Data Types
Fix: Added name to server URL's for HSQLDB driver support
Version 1.4.4
Show foreign key columns in different color
Add context action to show referenced rows for foreign key columns
Improved memory release after closing an IDEA project
Added option for loading LOB's
Show exported keys in browser
Version 1.4.3
Added Excel export (Requires Installation of Apache's POI)
Added Fixed Width export
Moved export configuration to application level (old export configurations will be lost)
Added Column/Cell Statistics.
Don't resize columns if executing the same query again.
Improved text and date table editors
Show modified rows in different color.
Align values in HTML export like they are aligned in the result table.
Added foreign keys in browser
Version 1.4.2
Added DB2 driver.
Added option to include query in HTML export.
Added menu item to copy the column name to the clipboard.