
Adds support for .NET Standard 2.0.
Features
- Expanding fields for tables in the search results of Database Schema Tree by clicking on the expand/collapse indicator is possible now.
- The new AQB.Web.QueryBuilder.makeLayout method has been added to create the component's layout. It should be used when the component is not visible on page load.
- Adds support for .NET Standard 2.0.
- Breaking change: The display of alternate names and other SQL generation options for expressions in the user interface is now determined by the QueryBuilder.SQLFormattingOptions property (rather than the QueryBuilder.SQLGenerationOptions). The QueryBuilder.SQLGenerationOptions now influence only on the query text generation returned by the QueryBuilder.SQL property.
- The new Grid.addExpression method has been added. It accepts string expression and a callback function as parameters and puts the newly created grid row as a parameter of the callback function.
Fixes
- The bug with renaming subfolders and queries in them has been fixed.
- The bug the grid.scrollToTop, scrollToBottom methods which caused unwanted scrolling of the grid on deleting a row has been fixed.
- Other minor improvements and bugfixes have been made.