- Main program update ( Main ):
Upd: Optimize user experience and efficiency: If the switch query tag belongs to a [different] database or structure description, change the [execution] query instead of automatic switching (7247)
Add: Support for PostgreSQL 8.0.x (compatible with Amazone Redshift ) database system (7247)
Add: Query Settings option to enable automatic recognition mode setting after connection ( Query Settings -> Enable Auto-Commit mode when connected ) (7247)
Upd: Improved MariaDB version detection processing, affecting related functions (7247)
Fix: (Oracle) Fixed FUNCTIONS/PROCEDURES Arguments data type display problem (7247)
Upd: SQLite component version updated to System.Data.SQLite.DLL 1.0.112.0 (3.30.1) (2019/10/28) (7247)
Upd: Others include cumulative small updates, corrections and optimizations (7247)
- Command line processing ( Command-line ):
Add: Support multiple configuration settings (Multiple Profiles: [-c:"your profile path"])
(Relative Path) app.exe -c:"Database_Files1" , app.exe -c:"../Database_Files2"
(Absolute Path) app.exe -c:"x:\Database_Files1" , app.exe -c:"x:\db1\Database_Files2"
- AutoComplete and IntelliSense :
Add: (SQL Server/SQL Azure/Sybase ASE) Supports both Cross-database. <schema.table> , Cross-database.schema. <table> Cross-database awareness processing (7247)
Add: Cross-schema: Support for database processing such as IBM DB2/Informix (7247)
Fix: Cross-database and Cross-schema: Perceived ability optimization and correction processing (7247)
Fix: Cross-database: Fixed an issue where [schema] could not be processed with quotes (7247)
Add: Add data table aliases automatically generated (Options -> Editor -> AutoAliases: Auto-generate aliases for tables and views) (7247)
Add: Add re-brushing field cache processing (
- Refresh column caches): Click
- to re-update content in the status column below the display field list (7247)
Fix: Improved avoidance of Schema name repetitive processing when inserting object names (7247)
- SQL Editor ( SQL Editor ):
Upd: Uppercase and lowercase suboptions ( U Uppercase and L Lowercase) moved to the format main option (SQL Formatting) (7247)
Fix: Execute current statement: Ctrl + Enter : Fix the parsing problem when including single-line annotations (7247)
- Table Designer :
Add: Support for adding fields of type AUTOINCREMENT to existing data tables (7247)
(SQL Server/SQL Azure/Sybase ASE/SQLCe/Access/PostgreSQL/MySQL) Support for adding new values and automatically assigning them to non-empty data tables
(VistaDB/NuoDB) Support for addition under non-empty data table but need to be set to NULL
(Firebird/Informix/FoxPro) only supports adding under the empty data table
Fix: (Firebird) Correction of the processing line (Collation Name) generation processing priority (7247)
- Database Migration (Pro):
Upd: All updates are the same as dbMigration .NET Software (7247)