ThinkUI SQL Client Changelog

What's new in ThinkUI SQL Client 1.0.0

Jun 20, 2007
  • Improved support for large data set by deferring loading of related data for a row in the data object viewer (configurable preference).
  • Added support for saving SQL queries to later execution.
  • Added support for generate Java Bean DAO using PreparedStatement.
  • Added support for generating XML files from selected data objects.
  • Added support for custom code generation commands.
  • Added support for specifying the character encoding of the generated code.
  • Added commit and rollback commands to the menu bar.
  • Added support for browsing and displaying project related files.
  • Added support for listing connections, models, and projects in a tabular view
  • Added support for "install" and "check" command line options.
  • Ensure that the max # rows feature is also applied to the SQL Query viewer.
  • Fixed code generation to use the current selection when invoked from the main menu.
  • Fixed data type mapping for DECIMAL/NUMERIC type has decimalDigits < 0 (e.g. Oracle FLOAT type).
  • Fixed popup menu outside of query results table in the SQL viewer.
  • Fixed parsing of SQL query for the table name (problem when contains "GROUP BY" or "ORDER BY" clause).
  • Fixed display of selected object in the message bar.
  • Fixed refresh of appropriate viewers when objects are inserted/updated/deleted.
  • Added scrollbar as required for text area in data object viewer.
  • Fixed sort order for listing stored procedures (group by packages).
  • Fixed bug related to updating license information and modal dialogs.