FlySpeed SQL Query

Release History

March 30, 2017

FlySpeed SQL Query 3.4.9.2 changelog

+ Command timeout setting has been added for PostgreSQL connections.
- Several bugs have been fixed.

March 29, 2017

FlySpeed SQL Query 3.4.9.1 changelog

- Some memory leaks have been eliminated.
- Bug reports sending has been fixed.

March 28, 2017

FlySpeed SQL Query 3.4.9.0 changelog

+ Ability to display detail data sets below the data grid has been made.
  Users can select detail datasets to display according to the foreign keys
  or by specifying corresponding fields between the master and detail tables
  manually. It is possible now to define two levels of details.

+ Data view configuration is now saved between work sessions.

+ Now it's possible to define several SQL formatting schemes and to switch
  between them quickly right in the query builder window. The button to 
  switch scheme can be found on the Query Builder tab at the right of the 
  SQL text editor.

+ Data filter builder has been improved. The new "in list" and "not in list"
  operators have been added. The ability to look up for referenced table or 
  distinct values for a column has been made.

+ SSH connection to Oracle databases has been implemented.
+ SSH authentication using key files is possible now.
+ Oracle: Prompt to change the password on expiring is displayed now.

+ The new popup menu on Data Grid column headers allows hiding of column 
  and sorting by it.
= SQL Text Editor suggestion list and autocompletion have been improved.
= Multiline SQL Expression Editor look has been improved.

+ PostgreSQL: New object types are displayed in the Database Explorer now:
  materialized views, TOAST tables, and foreign tables.
- Minor SQL parsing improvements for Oracle, MySql, Firebird and IBM DB2
  have been made.

= Lots of other bugfixes and minor improvements have been made.

December 16, 2016

FlySpeed SQL Query 3.3.4.0 changelog

+ Visual Query Builder: The new dialog that lets edit SQL expressions and
  conditions in the Query Columns Grid in a multiline text editor with code
  completion and syntax highlighting has been added.
  You can open it by clicking the Ellipsis button in the Expression and
  Criteria column cells of the Query Columns Grid.
- The bug with incorrect switching from the SQL Query Text tab to the 
  Query Builder tab when only part of the query text was displayed in 
  the sub-query text editor has been fixed.
- Minor SQL syntax fixes have been made.

December 04, 2016

FlySpeed SQL Query 3.3.3.3 changelog

- The bug with incorrect parsing of queries with aggregate functions
  introduced in the version 3.3.3.2 is fixed.

December 02, 2016

FlySpeed SQL Query 3.3.3.2 changelog

- The "WSAGetLastError" error message on reconnecting after SSH connection
  timed out has been fixed.
- The "Cannot focus a disabled or invisible window" error on executing a
  query has been fixed.
- List of valid identifiers has been corrected.
- Minor bug fixes have been made.

November 22, 2016

FlySpeed SQL Query 3.3.3.1 changelog

- The "Driver ID is not defined." error when connecting to ODBC datasource
  introduced in the previous build has been fixed. 

November 21, 2016

FlySpeed SQL Query 3.3.3.0 changelog

+ The new Teradata connection type has been added.
+ Scrolling by mouse wheel is possible now in the drop-down list of 
  Expression cell editor in the Visual Query Builder's columns grid.
+ Line numbers gutter can be shown now in the SQL Text Editor.
= MySQL SSH connection timeout is set equal to the Login timeout setting.
= User SQL formatting is now kept on switching from the SQL Text Editor to 
  the Visual Query Builder on the Query Builder tab.
- The bug with Excel sheet names with the '$' sign has been fixed.

November 14, 2016

FlySpeed SQL Query 3.3.2.0 changelog

+ The new bar has been added to the Sub-query Preview tab to display the
  total number of records returned by this subquery.
+ Descriptions are now shown in hints for the nodes of Database Explorer.
+ Ability to show descriptions for fields in the datasource field lists 
  on the Design Pane has been added. The "Object fields list view style"
  option on the "Query Builder" - "Design Pane" tab of the Program 
  Options dialog lets tune this option.
+ It is now possible to cancel sorting by a column in the data grid by
  clicking on the column header with the Ctrl or Shift key pressed.
+ The new option to automatically fit the width of a newly added 
  datasource by its content (field name and type) has been added to the
  Program Options dialog on the "Query Builder" - "Design Pane" tab.
+ The new option to define the default value to limit the number of rows
  visible at a time has been added to the Advanced tab of the Connection
  Properties dialog.
= The Query Info tab now displays native data type names and sizes where
  it's possible.
- Lots of minor fixes and improvements in the Query Builder and the SQL 
  Text Editor tabs of the Query window have been made.

November 02, 2016

FlySpeed SQL Query 3.3.1.12 changelog

- Hang after data export to .xslx has been fixed.
= Cursor positioning on selecting text with the mouse has been improved.