FlySpeed SQL Query

Release History

October 13, 2011

FlySpeed SQL Query 2.9.4.8 changelog

= MS SQL Server: "FOR XML" clause is updated to support SQL Server "Denali".
= MySQL: COALESCE, GREATEST, LEAST and INTERVAL added to the list of builtin
  functions.
= PostgreSQL: Function "substring('test',1,2)" is converted to "substring('test'
  from 1 for 2)" on parsing the query.
= Firebird: INT type alias is supported.
- AV when editing the query columns list in rare cases is fixed.
- The bug on trying to sort results when query is still executing is fixed.

October 11, 2011

FlySpeed SQL Query 2.9.4.7 changelog

+ Parameter values dialog is improved: MRU list is added, previous value is 
  remembered during the work session. Ability to lookup in related tables is
  made.
+ Sorting and filtration in the grid is applied to the Print View now.
= The columns order in the grid is reset on changing columns in SQL query.
- The bug with incorrect printing of numeric values in the Print View is fixed.

October 06, 2011

FlySpeed SQL Query 2.9.4.6 changelog

= MS SQL Server connection is reverted to using ADO (OLE DB).
- Setting *.sql files association from Options dialog works fine now in Windows 7.
- Files opened with the tool from Explorer are added to the Recent documents now.
- Minor bug fixes are made.

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.