Skip to content

23.3.3

Compare
Choose a tag to compare
@serge-rider serge-rider released this 21 Jan 19:01
            - Metadata editor:
                - Object creation dialog was redesigned
            - SQL Editor:
                - Autocomplete for INSERT statements was fixed
                - Case sensitivity on highlighting and validation was fixed
                - Duplicated table aliases in autocomplete were fixed
                - Column aliases highlighting was fixed
                - Dot character is not allowed again in variable name
            - Data Editor: Column descriptions are displayed again
            - Database Tasks: Display of task execution time was fixed
            - ER Diagram: One-to-one connection rendering for unique/primary key was fixed
            - Data Transfer:
                - All columns can be marked as skipped when exporting data
                - Statistics was excluded from exported data
            - General:
                - Changing the monospace font was fixed
                - Unique key creation was fixed
                - Finding local clients on Linux and macOS was improved
            - Databases:
                - Altibase support was added (thanks to @zennken)
                - BigQuery: Structs and arrays are supported
                - Dameng:
                    - Dameng driver was updated
                    - Users, roles, and categories are supported (thanks to @Stkai)
                - MySQL: Path to the local client was fixed
                - MySQL and MariaDB: Rendering columns with unique identifiers was fixed
                - PostgreSQL:
                    - Schema permissions display was fixed
                    - Confirmation message for clean option of restore wizard was fixed
                - SQLite: Import with 'truncate target tables before load' option was fixed
                - SQL Server:
                    - Check constraint option was removed from primary/unique key creation page
                    - Displaying source in the index properties was fixed (thanks to @HansenChristoffer)
                    - SQL Server driver was updated
            - Localization:
                - Japanese localization was updated (thanks to @doew)
            - Misc:
                - Microsoft Store version was fixed
                - Starting application when the workspace directory is a link was fixed