FlySpeed SQL Query
Release History
- December 26, 2011
FlySpeed SQL Query 2.9.5.0 changelog
+ Connection through SSH thunnel is made for PostgreSQL databases. + "Like" and "Not like" operators are added to the quick filter bar. = The "Read-only" yellow panel is gone. It is replaced with the dialog. = Incremental search is reworked. It is activated now with the "Ctrl+F" keys. - The bug with search and replace shortcuts in SQL text editor is fixed.
- December 13, 2011
FlySpeed SQL Query 2.9.4.14 changelog
- Minor bugs are fixed.
- November 23, 2011
FlySpeed SQL Query 2.9.4.13 changelog
- Stored password for MS SQL Server was applied incorrectly in case of using SQL Native Client connection. Fixed now. - The bug with occasional changing of loaded queries is fixed.
- November 21, 2011
FlySpeed SQL Query 2.9.4.12 changelog
+ MySQL: Ability to connect through SSH and HTTP tunnels is made. Read the answer at the F.A.Q. page to learn how to connect through HTTP tunnel. + MS SQL Server: Now it's possible to sort and filter result data for queries with unions. = MS SQL Server connection dialog: "Use alternate connection method" checkbox is replaced with the "Connection method" combobox. = PostgreSQL client library is updated to version 9.1.0. - Several memory leaks are eliminated, minor bug fixes are made.
- November 16, 2011
FlySpeed SQL Query 2.9.4.11 changelog
+ The new option "Use alternate connection method" is added to MS SQL Server connection properties dialog to switch between OLE DB connection (not checked) and native SQL client connection (checked). + Visual Query Builder: Support of ORDER BY in queries with unions is improved. + Visual Query Builder: Parsing speed optimizations are made. - Minor bug fixes are made.
- October 28, 2011
FlySpeed SQL Query 2.9.4.10 changelog
- The bug with not drawing text on active tabs is fixed. - Minor bug is fixed.
- October 26, 2011
FlySpeed SQL Query 2.9.4.9 changelog
+ Parsing and working with large queries in Visual Query Builder is speeded up. + Connection and command timeout settings are added for Oracle, Firebird, InterBase and IBM DB2. + OS authentication option is added to InterBase and Firebird connections. + Transaction Isolation Level property is added to MS SQL Server connections. + List of built-in functions for PostgreSQL is added to the SQL parser. = Now it's not possible to disconnect or switch connection for the query window when SQL query is executing. = Skins are applied to the Database Explorer tree now. - Minor bugfixes are made.
- 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.