
Improves Query Structure Tree, adds Dutch localization, plus formatting improvements and fixes.
Features
- Dutch localization has been added.
- The Query Structure Tree is improved. It is more sensibly organized and allows performing various actions with nodes using context menus.
- New methods to get the list of linked servers and databases from them are added: GetServersList, GetDatabasesList(serverName).
- The Create Query Demo has been rewritten. It includes more code samples of programmatic SQL query creation.
- MySQL: The default server version is set to 8.0.
- PostgreSQL: "table.*" is accepted now as an ordinary row expression term.
- NexusDB: The list of reserved words has been updated.
- SAP Hana: Support for missing functions has been added: LEFT, RIGHT and (REPLACE/SUBSTR/OCCURRENCES)_REGEXPR.
- MS SQL Server: Objects from linked servers without database or schema support are retrieved correctly now.
Fixes
- SQL Text Editor: Slowness in displaying the suggestion list in the case of a large database schema has been eliminated.
- Scaling issues have been fixed.
- The bug with not switching to the new subquery on creating a Derived Table has been fixed.
- CrMyDACMetadataProvider: A workaround for the MyQuery.PSSetParams issue has been made.
- AdvantageMetadataProvider: Client package name for newer Delphi versions has been updated.
- Pervasive: Parsing of some built-in functions has been fixed.
- Minor SQL formatting fixes and improvements have been made.