SQLGrinder 2 Release Notes
This blog documents the changes made in each version of SQLGrinder.
Version 2.0.8
Version 2.0.8 is a free update for registered users and includes the following changes:
- Fixed a crash some people have been seeing when saving result sets.
Version 2.0.7
Version 2.0.7 is a free update for registered users and includes the following changes:
- Fixed a problem on Leopard that was preventing an editor from opening if SQL syntax coloring was enabled.
- Fixed a problem exporting result sets from the editor.
Version 2.0.6
Version 2.0.6 is a free update for registered users and includes the following changes:
- Added type-ahead to schema browser.
- Fixed a problem dropping a schema table with the data tab selected in the browser.
- The quote identifier preference is now used when editor rows are dragged and dropped.
- Boolean type is now correctly handled during imports and exports.
- Updated to latest eSellerate libraries.
- Updated to latest Growl framework.
- Updated to latest JDBC drivers from Oracle, Sybase, Postgres and Microsoft (SQLServer 2005 driver now included). The legacy drivers are still available from the download page if they are needed.
- To work around a Leopard issue, when running on 10.5 or later, the editor is always opened at startup. This preference should be reenabled once the issue is resolved.
Version 2.0.5
Version 2.0.5 is a free update for registered users and includes the following changes:
- Revised look and feel to fit more into current Mac OS X paradigm.
- Fixed a syntax coloring issue seen when opening certain SQL files with certain comment constructs.
- Fixed a problem that was causing an opened file to be processed and stylized multiple times when it should have only been processed once.
- A class of Java exception that was only printing a stack trace to the console is now displayed as a proper app error that the developer sees like any other exception.
- Added slightly improved UI updates when an exception occurs.
Version 2.0.4
This update, free to version 2 users, includes the following changes:
- [JDBC] Fixed a MySQL JDBC driver class cast exception that was occurring when a datetime was all zeros.
- [JDBC] Fixed a problem using the jTDS driver when extra params were added to JDBC URL.
- [EDITOR] Fixed a problem with editor shift left and shift right when code was pasted from BBEdit.
- [LIBRARY] Fixed a problem in the statement library when a SQL statement is saved as an empty statement.
- [APPLESCRIPT] Now correctly handle the exception caused when a returned result set is nil.
This update is available
here.
Version 2.0.3
This update, free to version 2 users, includes the following changes:
- [JDBC] Fixed a class cast exception that was occurring using the MySQL JDBC driver.
- [JDBC] Incompatible JDBC drivers found in the classpath should now be handled more gracefully.
This update is available
here.
Version 2.0.2
This update, free to version 2 users, includes the following changes:
- [Editor] Fixed a problem in the SQL statement comment processor that was losing a character when there was a divider symbol in the statement.
- [Preferences] Added SQL Editor preference to turn SQL statement comment processing on and off as desired/needed. The feature is disabled by default.
- [JDBC] MySQL BigInteger type should now be handled correctly.
This update is available
here.