Advanced Query Builder Changelog

What's new in Advanced Query Builder 3.14.0.0

Jan 19, 2024
  • Support for RAD Studio 12 Athens implemented.
  • Fixed parsing of parameters in the expression with IN operator.
  • Fixed removal of table alias in CASE expression.
  • TcxScrollBar in DevExpress version of components.
  • Fixed duplicated columns in SELECT query.
  • Fixed building components with {$T+} compiler option enabled.
  • Fixed parsing of CASE operator.
  • Fixed hang on parsing GROUP BY clause.
  • Parentheses in JOIN clauses are optional for MS SQL Server/MS Access now.
  • Fixed parsing of LEFT JOIN clause for MS SQL Server.
  • Fixed paths for 32-bit Clang compiler in RAD Studio options.

New in Advanced Query Builder 3.10.2.1 (May 12, 2015)

  • Support of RAD Studio XE8 is added.
  • There was the error parsing the string concatenation '||' operator (for PostgreSQL). Fixed now.
  • Now the query is cleared correctly when closing the previously selected table.
  • The support of the nested expressions is enhanced.
  • Localizations mistakes are fixed.

New in Advanced Query Builder 3.10 (Dec 10, 2014)

  • Support of RAD Studio XE7 is added.
  • Some other improvements and bugfixes.

New in Advanced Query Builder 3.9.3 (Dec 10, 2014)

  • Support of RAD Studio XE5 and XE6 is added.

New in Advanced Query Builder 3.9 (Dec 10, 2014)

  • Support of RAD Studio XE2 is added.
  • Some other improvements and bugfixes.

New in Advanced Query Builder 3.8 (Dec 10, 2014)

  • The support of Embarcadero RAD Studio XE is added.
  • Added the possibility to select and delete several fields simultaneously at the Selection tab.
  • Added the possibility to change the fields order using Drag and Drop at the Selection tab.
  • Added the possibility to select and move several fields simultaneously at the Sorting tab.
  • The Clear method of the component now resets the query type to Select.
  • Now you can switch to the edit mode for table cells at the Selection tab by mouse double-clicking.
  • Fixed an error which occurred when loading a diagram with a query consisting of more than 10500 characters.
  • Fixed some errors of redrawing the component during scrolling.
  • Fixed the “Access violation” error occurred in the LoadFromIni method in Delphi XE.
  • Queries like “SELECT TOP (100) …” are now parsed correctly.
  • Some minor bug-fixes and improvements.

New in Advanced Query Builder 3.6 (Dec 10, 2014)

  • Added CodeGear Studio 2010 support.
  • Some minor bugfixes and improvements.

New in Advanced Query Builder 3.5 (Dec 10, 2014)

  • Added CodeGear Studio 2009 support

New in Advanced Query Builder 3.3.0.0 (Oct 23, 2007)

  • BDS 2007 support added
  • improved parsing of GROUP BY clause