All releases tagged Stable


Changes: A bug caused by closing of the application with a large query left in the editor was fixed along with some issues with variable substitution. Some missing elements in the service wizard were corrected. MonetDB and Gigaspaces were added as part of the default driver set to pick from when creating a new service.


Changes: The application has been rewritten and reorganized. It uses a new embedded Derby database for storing and retrieving application components like bookmarks, services, and history. The service creation process has been improved. Syntax highlighting has been improved. There is better support for user variable substitutions in queries using the Java style of ${variable} as opposed to &&variable. There is a new UI layout.


Changes: This version features new German locale support. The Query Builder supports WHERE and ORDER BY clauses, better synchronization of services to the actual service files, such that they are URL based, and better support for JDK 1.4.1 including proxy support for using the web check functionality. There is a new "Quick Batch" for using existing batch preferences to quickly launch a batch file, and support for managing the list of drivers that the service manager uses.


Changes: JDBC compatibility has been rewritten to support more drivers, particularly Informix. Usability has been improved with various GUI enhancements. New features include the ability to configure JDBC preferences on a per service basis, print preview has a new action to interactively re-configure the pages for printing if they are incorrect, and the JDBC Explorer now supports the ability to query for cross references. For developers, the ANT Build script has been re-written and deprecated classes have been removed completely.


Changes: Debug statements have been removed from the BatchRunner process. An Export Table action has been added to the Resultset Toolbar. Resultset Toolbar now resizes its icons when the icon size preference is changed. All GIF images have been removed. ResultsetMetaData can now be viewed with each Resultset recieved. Resultsets will now render data based on its datatype (provided by the JDBC Driver).


Changes: A new SQL batch runner process, cleanups to toolBars and a new resultset toolbar, a fix for intermittent thread deadlock on startup, and a new disconnect command to service menu. Metadata Explorer dialog is no longer modal, a fix for Metadata Explorer not showing stored procedure and custom data type information, a new Copy Function in the Service Manager, a Select function in SQL history Browser, a new --nosplash option to help Unix users on startup, new --headless-batch to run isql scripts without the GUI, modified Query History quick key to be more Unix-friendly, Updated and new drivers and sample URLs used in the Service Manager, amd a fix for an issue with Oracle JDBC driver when exceptions occured.


Changes: This release's code has been reorganized -- the new main class file is now org.I00acres.isql.iSQLViewer; you may need to update your scripts. Lots of general fixes have been made. New features include: about box information, a -home commandline option for storing properties, JDBC 2.0 Tracing, driver /URL definitions through a driver.properties file, a ClassPath loader to ease working with Java ClassPath via the commandline, printing improvements, a smoother operating service manager, and a complete table wizard with saving and loading options.


Changes: This release adds lots of internal fixes to support future enhancements, primarily complete print preview, better exception handling and reporting for incomplete drivers, a fix for an ODBC bug with M$ Access, extended properties for configuring JDBC connections which are populated by information returned by the driver, and various UI enhancements.


Changes: Numerous fixes have been made in the JDBC Explorer. A table creation wizard has been added. Interactive transactions are now supported. Extended properties are now allowed for configuring JDBC connections. Lots of other fixes and enhancements have been made.


Changes: This release fixes the missing addShutdownHook() problem in java.lang.Runtime for non-JDK 1.3 users, and adds some missing classes.