Downloads

Active Query Builder 3 WPF Edition History

January 24, 2017

Active Query Builder 3 WPF Edition v.3.2.2.1034

+ The new SQLite metadata provider has been added.
+ Usability of Expression Editor is improved now with the new dockable panels.
+ SQL Text Editor with syntax highlighting is used now to edit joining 
  expression in the Properties bar and dialog.
+ Ability to deny switching to another sub-query has been made. It lets handle
  parsing errors while editing the text of sub-query apart from the main query.
  Handle the ActiveUnionSubQueryChanging event and set the e.Abort parameter 
  to true to deny sub-query changing.
+ Now it's possible to select multiple rows and drag them to reorder columns 
  in the SELECT list.
+ The new Query Structure Demo has been made.
+ PostgreSQL: Support of materialized view, TOAST tables and foreign tables 
  has been made. 
+ Oracle: Support of the "AT TIME ZONE" clause has been added.
+ Firebird: Column name definition after alias in the FROM clause is supported 
  now.
- The bug with not saving the layout of objects after parsing of modified 
  query has been fixed.
- The bug with loading of Query Transformer commands has been fixed.
- Minor fixes in the SQL Text Editor have been made.
- MySQL: Parsing of DATE, TIME, and DATETIME types as keywords has been fixed.

December 22, 2016

Active Query Builder 3 WPF Edition v.3.2.1.1033

= MS SQL Server: Custom aggregates aren't loaded now from linked servers.
- MySQL: Proper fix up of string aliases has been made to avoid control 
  hang on some queries.
- Firing of the SqlTextEditor.TextChanged event has been fixed.
- Crash after clearing some text in the SQL Text Editor in rare cases 
  has been eliminated.
- The SqlTextEditor.Font property has been fixed.
- The property DatabaseSchemaView.ShowFields property has been fixed.
- Saving query along with layout using the QueryView.LayoutSQL property 
  has been fixed.

December 09, 2016

Active Query Builder 3 WPF Edition v.3.2.1.1032

= PostgreSQL Metadata Provider: Reference to Npgsql has been updated.
- Control crash when clearing the text and checking the asterisk item ("*")
  on the table has been fixed.
- Displaying of Varchar(Max) and Varbinary(Max) data types in the datasource
  fields list has been fixed.
= The bug not allowing to use Custom Expression Builder or Expression Editor
  for both the Expression and Criteria columns has been fixed.
- MS SQL Server: List of valid identifiers has been updated.
- SQLite: Support for the string concatenation operator ("||") is fixed.
- Demo projects have been fixed.

November 25, 2016

Active Query Builder 3 WPF Edition v.3.2.1.1031

+ Ability to work with CTE within the Sub-query navigation bar has been made. 
  Users can add, remove, reorder CTE and drag them to the Design Pane.
+ The DISTINCT option has been added to the Properties bar for Generic and
  ANSI SQL dialects.
+ CTE name can be changed now using the Properties bar.
= Double-click on a field in the datasource fields list now leads to the 
  addition of a new unchecked item to the Query Columns List. Focus is moved 
  to the Criteria column to add condition for a newly added item.
= Default configuration of sidebar panels have been changed.
= New labels can be localized now.
- Minor bugfixes and improvements have been made.

October 28, 2016

Active Query Builder 3 WPF Edition v.3.2.0.1030

= Visual improvements for the SQL Text Editor's suggestion window have been
  made.
- The bug with localizing of the "No properties" caption on the Properties
  Bar has been fixed.
- The bug with saving and loading the size of dock panels has been fixed.

October 26, 2016

Active Query Builder 3 WPF Edition v.3.2.0.1029

+ The QueryBuilder control has got the new controls as dockable panels
  located to the left or right of the Design Pane. 
+ The new the Sub-query Navigation Bar has been made. It was formerly
  available as a pop-up window of the Query Navigation Bar. 
  (Available as a separate control in the Professional subscriptions only)
+ Usability of the Sub-query Navigation Bar is improved: now you can change
  the order of union sub-queries using drag'n'drop.
+ The new Properties Bar allows you to set various query, datasource and
  link properties without the need to open a dialog window. 
  (Available as a separate control in the Professional subscriptions only)
+ The new Dock Manager control has been added. 
  (Available in the Professional subscriptions only)
+ The new properties have been added to the PanesConfigurationOptions:
  SubQueryNavBarEnabled, PropertiesBarEnabled, SubQueryNavBarDockOptions,
  PropertiesBarDockOptions. The two latter property groups determine the
  initial state of appropriate sidebar panels and contain the following 
  properties: AutoHide (True/False), Position (Left/Right).
+ The new property QueryBuilder.DockPanelsLayoutXML has been made to save 
  the layout of sidebar panels between work sessions.
+ The new properties have been added to the QueryBuilder.VisualOptions to
  define colors and font of sidebar panels and its docking system.
= The Query, Datasource, and Link Properties dialogs are redesigned.
+ Query Transformer is now capable of renaming output query columns.
+ The new QueryTransformer.RenameDuplicatedColumns property prescribes 
  to explicitly specify all the columns in the query SELECT list by
  expanding the asterisk items, then find and rename the unnamed and 
  duplicated column names (default = false).
+ The new QueryTransformer.AlwaysExpandColumnsInQuery instructs to perform
  asterisk expansion in the query SELECT list even if it's not needed for
  the specified query transformations (default = false).
! The OutputColumn.Name property has been renamed to OriginalName.
! The QueryTransformer.FindColumn method has been replaced with the 
  FindColumnByOriginalName and FindColumnByResultName methods.
+ The new OutputColumn.PreassignedName allows specifying the needed name 
  for a query output column.
+ The new OutputColumn.ResultName gets the result query columns name, which
  turned out as a result of automatic columns renaming routine and manual 
  appliance of the new name specified via the PreassignedName property.
+ Localization in the separate controls mode has been fixed.
= The QueryBuilder.Language and QueryView.Language properties are
  redirected to the ActiveQueryBuilder.Core.Helpers.Localizer.Language
  property.
= Batch query column items processing on grouping on/off has been made.
- QueryTransformer: The bug with incorrect ORDER BY generation if column
  alias is the same as field name has been fixed.
= QueryTransformer: The new SQLGenerationOptions property has been added,
  the SQLBuilder property has been removed.
= The InvalidOperationException is thrown now if both MetadataName and
  MetadataObject properties of the MetadataItem object are specified.
- The bug on resizing QueryColumnList control if cell editor is active has
  been fixed.
- The bug with not displaying fields from derived tables in the Expression
  Editor's tree has been fixed.
+ PostgreSQL: Support of custom aggregate functions has been made.
- MS SQL Server: CHAR and NCHAR, ROW and ROWS are added to the list of 
  valid identifiers.
- Firebird: The simple form of the TRIM function is supported now.
- Oracle: Special form of the TRIM function is supported now.
- Localization in the separate controls mode has been fixed.
= Demo projects are updated and fixed.

September 07, 2016

Active Query Builder 3 WPF Edition v.3.1.1.1028

- SubQuery object does not store precalculated list of inner subqueries, 
  but calcs it on demand.
- PostgreSQL: Date/time parts are added to the list of valid identifiers.
- PostgreSQL: Parsing of set operators is fixed.

August 30, 2016

Active Query Builder 3 WPF Edition v.3.1.1.1027

- WPF: The bug after resizing and scrolling down Datasource control is fixed.

August 24, 2016

Active Query Builder 3 WPF Edition v.3.1.1.1026

- The bug with aggregate functions with an asterisk parameter ("*") is fixed.
- WPF: Joining fields of Datasource control, they are addressed by their
  index, not by ordinal position.
- WPF: Moving a table beyond top and left bounds of the Design area is not
  possible now.
- Other minor bugs are fixed.

August 17, 2016

Active Query Builder 3 WPF Edition v.3.1.1.1025

+ Criteria Builder: BETWEEN operator is available for string values now.

Product Summary

 Active Query Builder WinForms .NET Edition:


 Active Query Builder WPF .NET Edition:


 Active Query Builder ASP.NET Edition:


 Active Query Builder Java Edition:


 Active Query Builder ActiveX Edition:


 Active Query Builder VCL Edition:

News

Tweets

Testimonials

We have been using Active Query Builder for over a year and must say that both the product and support have been outstanding!

We chose Active Query Builder due to its flexibility and features, but have been truly pleased by its power and hidden capabilities. ...

In summary Active Query Builder provides excellent components, great support and a very flexible feature set. It has allowed us to provide features to our end users that I did not think would be possible in the first release of our new tools and in a timeframe that was much shorter than planned. I would recommend that anyone dealing with databases in the .Net world should be aware of this component and its capabilities!


Social networks