TMS Query Studio Changelog

What's new in TMS Query Studio 1.16

Nov 9, 2023
  • New : Delphi 12 support.

New in TMS Query Studio 1.15.0.1 (Mar 11, 2022)

  • New : RAD Studio 11 support.

New in TMS Query Studio 1.12 (Feb 27, 2018)

  • New:
  • RAD Studio 10.2 Tokyo support
  • Fixed:
  • "Having" clause being wrongly included in SQL when using subconditions

New in TMS Query Studio 1.7.0.1 (Jun 1, 2013)

  • Fixed : Issue with installer for Delphi XE4 & C++Builder XE4

New in TMS Query Studio 1.7.0.0 (Jun 1, 2013)

  • New : Support for Delphi XE4 & C++Builder XE4

New in TMS Query Studio 1.6.0.1 (Oct 10, 2012)

  • Fixed : XE3 registered version installer not recognizing Delphi compiler in some environments

New in TMS Query Studio 1.6.0.0 (Sep 21, 2012)

  • New : Delphi/C++Builder XE3 support

New in TMS Query Studio 1.5.0.0 (Jul 12, 2012)

  • New : Delphi/C++ Builder XE2 support
  • Fixed : Minor bug fixes

New in TMS Query Studio 1.4.1.0 (Jul 12, 2012)

  • Fixed : Small issues fixed

New in TMS Query Studio 1.4.0.0 (Jul 12, 2012)

  • New : Support for AnyDAC components
  • New : RAD Studio XE support
  • New : Portuguese translation included
  • New : Localization support allows building queries using different languages than English
  • New : Help component reference

New in TMS Query Studio 1.3.0.0 (Jul 12, 2012)

  • New : ssFirebird syntax
  • New : SyntaxConf.IndexInGroupBy and SyntaxConf.IndexInOrderBy properties to allow syntax like "Order by 3, 5"
  • New : SyntaxConf property which can be used to configure the syntax of SQL statement to be generated when SQLSyntax is set to ssCustom
  • New : SQL statement can also be retrieve from a TClientDataset when it is set to the TargetDataset of TatVisualQuery component
  • New : OnRetrieveTablenameListEvent and OnRetrieveFieldnameListEvent events available for all TatDatabase descendents
  • New : Fields in popup menu are now being displayed in alphabetical order
  • New : Events OnItemDeleting, OnItemDeleted, OnTreeViewParamChanged
  • New : Delphi 2006,2007 & C++Builder 2006,2007 support
  • New : CoInsertCustom option in TClauseOptions. Use this to turn allow/prohibit end-user to use the custom dialogs for building the query

New in TMS Query Studio 1.2.0.0 (Jul 12, 2012)

  • New : SQLDirect components support
  • New : SQL Parser now supports field and table names with spaces (e.g., Select "Customer Name" from "Customer Table")
  • New : Property TatIBXDatabase.UseViews
  • New : Methods LoadQueriesFromStream and SaveQueriesToStream
  • New : IBO components support
  • Improved : Query Studio package does not longer require TMS Pack package when TMS Pack is installed
  • Improved : Generated SQL statement does not duplicate order by fields, even if end-user duplicated it in visual query
  • Fixed : Disappearing check boxes after dragging fields
  • Fixed : Bug with "#sm#" string in table names
  • Fixed : "Could not parse SQL" with more than one space after "AND" and "OR" operators