
Adds support for Visual Studio 2019.
Features
- Adds support for Microsoft Visual Studio 2017/2019: WinForms and WPF controls are automatically registered now in the Toolbox.
- Improves Query Columns List: "= false" and "= true" are now suggested in condition columns for logical expressions like EXISTS subqueries.
- Improves Query Columns List: It is now possible to drag the last empty row to an arbitrary position to form a new query column there.
- Adds Query Columns List: Removal and reorder of selected rows is now possible using the appropriate context menu commands.
- Adds Query Columns List: Adds the ability to insert a new row above or below the current row using the "Insert after/berfore" context menu commands.
- Improves SAP Hana: Support for (REPLACE/SUBSTR/OCCURRENCES)_REGEXPR, LEFT and RIGHT functions has been added.
Fixes
- SQL Text Editor: Position of the context menu when the control wasn't on the primary screen has been fixed.
- The incorrect increase of datasource top positions after switching between subqueries has been fixed.
- LayoutSQL: Restoring layout for queries with virtual objects has been fixed.
- PostgreSQL: "table.*" is accepted as an ordinary SELECT item expression term.