Active Query Builder support area

Active Query Builder for .NET 3.4 release notes

Last modified:

Dashboard Release Notes

In this version, we focused our efforts on improving the convenience of visual query building, simplifying the work with large queries and database schemas, and also increased the performance on loading metadata.

SQL expressions error handling

We improved the handling of user errors when writing SQL statements. Now wherever the user makes a mistake, the component alerts for this and prompts to fix the error, even if the user made other changes to the query afterwards.

Query inconsistency alerts

Sometimes users create queries which are syntactically correct but result in an error being executed on the server. Sometimes such queries return a dataset that cannot be correctly interpreted, which may be even worse. This happens, for example, if resultset of a query has same-named columns. The new version will warn the user about the presence of such errors to prevent further problems.

The new version alerts for the following situations:

  • the specified alias matches the name of another column,
  • deleting an alias leads to matching this column name to the name of another column,
  • adding the expression leads to the same named columns in the sub-query.

We will be happy to expand this list according to your feedback. Let us know what problems in queries written by your users you come across most often and we will warn the user about them in the next versions.

Easy addition of linked objects

Linked objects can be added to the query with just one mouse click, being assured that the needed table is added, because the Add button for each linked table is located next to to the field that binds these tables.

Search and filtration in field list of objects on Design Pane

Means to search, filter and sort fields in the field lists of objects in the Design Pane have been added. The user can choose to show only the marked fields in a datasource, sort and filter the fields by their name or description.

Image

Keyboard shortcuts in Design Pane

New keyboard shortcuts are added to quickly navigate over objects and fields in the Design Pane.

  • Ctrl+Tab - Displays the overlay with the list of datasources in the Design Pane. The user can select the needed one using arrow keys and press Enter to move focus to it or press Esc to close the overlay.
  • Alt+Enter - Shows the Properties dialogue for the focused datasource on the Design Pane.
  • Ctrl+Space - Displays the datasource context menu.
  • Сtrl+[Left/Right arrows] - Moves focus to the next/previous datasource.
  • Ctrl+F - Displays the search panel in the focused datasource.

Metadata loading speed

Internal optimization allowed to significantly accelerate both metadata loading from the server, and display of database schemas containing thousands and tens of thousands of objects in the Database Schema Tree.

Other improvements

1. Quick navigation area in the Design Pane with the ability to shrink/enlarge objects has been added for the WPF Edition.

2. Parameter values of stored procedures and table-valued functions are now defined using the Properties bar and can be changed at any time. In the previous versions, this was possible via the special dialogue only when a procedure is added to the query.

Image

3. New buttons to edit the name and remove CTE in the top of the sub-query navigation bar have been added.

Breaking changes

1. Few renamings are made to the UserQueriesView control:

  • The AllowEditUserQueries property has been renamed to AllowEdit;
  • The UserQueryItemRenamed, EditUserQuery, UserQueryItemRemoved events have been renamed to QueryRenamed, QueryEdit, QueryRemoved.

2. The GetProcedureParameters event has been removed. Use the DatasourceAdded event to specify procedure parameters programmatically. See the code sample here.


mceclip0.png
mceclip1.png

This article was helpful for 1 person. Is this article helpful for you?