FlySpeed SQL Query

Release History

September 23, 2011

FlySpeed SQL Query 2.9.4.5 changelog

- Minor bug is fixed.

September 16, 2011

FlySpeed SQL Query 2.9.4.4 changelog

- Minor bugs are fixed.

September 06, 2011

FlySpeed SQL Query 2.9.4.2 changelog

+ Usability improvements in the Form View: ability to switch between simple and
  multiline text editor, to remember all the settings, to display descriptions.
+ Query Builder: It is impossible now to build incorrect queries with grouping.

September 02, 2011

FlySpeed SQL Query 2.9.4.1 changelog

+ Query Builder: Check box is added to the Grouping column header to set or
  clear grouping in the query.
= Data access components are updated.
= Ability to send bug report for non-catchable exception types is made.
- Minor bug fixes are made.

August 19, 2011

FlySpeed SQL Query 2.9.4.0 changelog

+ Localization is possible now. Russian translation is available.
+ Moving columns in data grid is possible by dragging column headers.
+ Lookup data is possible in filter toolbar for fields with foreign keys.
+ Connection to Advantage DB databases is possible now.
= DB2 and MS SQL Server connections now use different components to get access
  to corresponding database servers.
- Minor bug fixes are made. 

July 28, 2011

FlySpeed SQL Query 2.9.3.6 changelog

- Range check error on closing maximized query window on multi-monitor systems 
  is fixed.
+ Incremental search in query results is made. It may be switched off using the 
  button on the Data View tool bar.
+ ANSI SQL/89 syntax is added for generic ADO and ODBC connections.

July 18, 2011

FlySpeed SQL Query 2.9.3.5 changelog

+ Now it's possible to setup data formatting options for Print View from 
  the Report Options dialog at the Data Formats tab.
- The access violation at address 00404A9B bug is fixed.
- Some dialogs were displayed at wrong screen on multi-monitor systems. 
  Fixed now.

July 13, 2011

FlySpeed SQL Query 2.9.3.4 changelog

+ The new command "Create New Query From Selected Text" is added.
+ Now you may define any column delimiter when exporting data to CSV.
+ "Refresh Metadata" popup menu item is added for grouping nodes in the tree.
= "Create links from relations" options is made default for new connections.
- Command timeouts were not applied to correctly for ADO-based connections.
  Fixed now.
- "Show query builder by default" setting wasn't saved. Fixed now.
- BLOB View: Unicode data is saved to Memo and Varchar fields correctly now.
- Bugs with Report Options dialog are fixed.
= Few icons are added to beautify the tool.

June 22, 2011

FlySpeed SQL Query 2.9.3.2 changelog

= The "Create links from relations" option is set by default for the new 
  connections. Please check it in the Advanced tab of the Connection Properties
  dialog if you don't get your objects automatically linked on adding them to
  the query.
= PostgreSQL data access components are updated.
- Error on dropping an object to the query builder when "Create links by
  identical field names" options is on is fixed.
- Fixed error on closing the the Report Options dialog with OK button.
- Fixed error when result set has more than 255 text or memo fields.
- Fixed the "Cannot perform this operation on a closed dataset" error that 
  happened sometimes on closing a query for MS SQL Server with bit fields.

June 09, 2011

FlySpeed SQL Query 2.9.3.1 changelog

- Access violation error is fixed when opening connection in the Connection
  Properties dialog for internal needs (retrieving the list of databases).
+ MS SQL Server: Table and query hints are supported; join hints are parsed
  fine now, but not preserved due to architecture limitations.
- SQLite: Parsing of sub-queries in condition cells is fixed.
- MySQL: UNSIGNED is treated as a valid data type now.