Yet Another Query Tool Changelog

What's new in Yet Another Query Tool 1.1

Feb 6, 2012
  • Rewrote the code that shows the database in a tree structure
  • Program remembers last connected database
  • Added partial support for jTDS, the program uses the driver present, either jTDS (default) or the MS one (for MSSQL servers).
  • Added jTDS 1.2.5 driver to the package (hence the bigger size)
  • The column type can now be shown and toggled on and off

New in Yet Another Query Tool 0.9.9 Beta (Jan 16, 2012)

  • Redone the generator
  • Fixed a bug the prevented trees from being saved.
  • Added a short 'How To' for the generator to the package

New in Yet Another Query Tool 0.9.7 Beta (Mar 28, 2011)

  • Added 'Clear All Links' and 'Clear Dead Links' to the Database menu.
  • Additions/changes to the table overview:
  • Root of the table tree now is the name of the database.
  • Added a popupmenu, this allows:
  • Renaming tables *MySQL: works *MSACCES: disabled, because i couldn't find a command for it *MSSQL: enabled but can't test it
  • Renaming columns *MySQL: works *MSACCES: disabled, because i couldn't find a command for it *MSSQL: enabled but can't test it
  • Removing tables and columns *MYSQL,MSACCES: works *MSSQL: enabled but can't test it
  • Clone table *MYSQL,MSACCES: works *MSSQL: enabled but can't test it
  • Fields Info: retrieves the information of a single column or all columns in the table *MYSQL: works *MSSQL: not tested yet *MSACCES: disabled
  • Renamed the toggle 'Insert' to 'Append' because insert might be confusing because it could refer to INSERT statement.
  • Bugs Fixed:
  • A selected * isn't remembered anymore.

New in Yet Another Query Tool 0.9.6 Beta (Mar 25, 2011)

  • Using a newer version of the sqljdbc4.jar
  • Added support for MySQL databases (reason the package is about 770kb bigger)
  • Changed the advanced chart window
  • Added 'Clear Selection' to the query result table popup, this clears the selection...
  • Selection now also looks at selected columns
  • Limiting the amount of queries which are stored in the log. The amount can be changed in the ini-file, the default is 100.
  • Table tree models are cached to .tree files. By default the cache is loaded. Use the 'Get Overview Table' in the dropdown to refresh the cache. Should be done automatically after a 'drop' or 'create' query.
  • Added a copy/paste rightclick popup to the query input areas
  • Added a '*' to every column list in the table overview. This allows you to make SELECT * FROM when double clicking it.
  • Bugs Fixed:
  • If connecting to a DB fails, the program will no longer ask if it needs to add that db to the shortcuts.
  • When switching databases, the former connection is now closed properly.
  • Some more possible exceptions caught or prevented.
  • Empty tables with headers (fe after UPDATE) now get resized to.
  • Fixed the 'Save' button
  • Fixed the empty dialog if an Acces file cant be found.
  • Fixed a situation in which errors were not added to the log.