Release Notes: This release adds embedded drivers for common databases, and fixes a data delete bug.


Release Notes: This release adds SQLLog to DataBrowser, and now logs all SQL statements executed over time to an internal HSQL database.


Release Notes: A small bug has been fixed that affected re-setting the schema util's current schema or catalog back to 'null'. The TreePanelModel has been fixed to avoid settig SchemaUtil's state to 'All', which caused problems with the export wizard. DataEditor support for HSQLDB (date and time formatting in the database.properties file). A small fix to remove the stack trace from log on the expected condition of QueryTimer.interrupt(). Cleanup in the TableEditor UI.


Release Notes: This release fixes a (potentially huge) performance problem with making calls to the DatabaseMetaData.getIndexInfo() call. By making this call 'approximate', it prevents a server side ANALYZE and really snaps things up.


Release Notes: The modRC data is removed before query refresh. This will change the rows/columns potentially modified from blue back to their normal color when the query is refreshed. The data editor is not closed if there is an error executing SQL. The Ctrl-T keylistener was added to create a new editor pane. The ScreenshotRobot was created to automate the creation of screenshots. All exception warnings were converted to ExceptionDebugger.


Release Notes: This release adds embedded drivers for common databases, and fixes a data delete bug.