HeidiSQL 9.3 released

ansgar's profile image ansgar posted 9 years ago in Anouncements Permalink
This is a maintenance release which contains mainly bugfixes.

Get it from the download page.



Changelog:
* Bugfix: Crash in foreign key dropdown editor
* Bugfix: Crash when killing processes on very long running servers
* Bugfix: SQL error when accessing UUID and JSON columns in PostgreSQL via SUBSTR
* Bugfix: MSSQL: Prefer "schema.table" quoting over "schema"."table" when renaming a table
* Bugfix: Fix column type converted to locale string format by String.ToUpper in TDBConnection.GetCreateCode - prefer String.ToUpperInvariant instead, to avoid funny characters in data types
* Bugfix: MSSQL: Do not pass "Database=xyz" to connection string if database(s) setting contains more than one database
* Bugfix: MSSQL: Try to use some universal date/time format, by injecting a "T" between the date and the time portion
* Bugfix: Fix wrong detection of BIT default values
* Bugfix: Use "SET search_path TO db" instead of "SET SCHEMA db" for changing a database in PostgreSQL, for downward compatibility reasons
* Bugfix: Prepend 'E' to escaped PostgreSQL strings
* Bugfix: Use updated URL for MariaDB Explain analyzer, and encode semicolon in URL parameter
* Bugfix: User manager: Select "authentication_string" instead of "password" column on MySQL 5.7.6+
* Bugfix: Fix various selection bugs in column selection panel
* Bugfix: Fix SQL error in "Copy table" dialog, in PostgreSQL mode. Use lowercase table and column names in IS.TABLES, so PG can find them
* Bugfix: CSV import: Disable features supported in MySQL only, if active connection is not MySQL
* Bugfix: PostgreSQL: Always keep public schema in search path, so one can use procedures from it without prefixing
* Bugfix: Text import: Use very last value from last row, even if it's not followed by a field or line terminator
* Bugfix: PostgreSQL: Fix wrong ALTER TABLE query for modifying table comment
* Bugfix: Update VirtualTree component code to v6.1.0, to fix graphical issues in Windows 8 + 10

* Enhancement: Show error when SSH port is already in use
* Enhancement: Add support for PostgreSQL's data types uuid, cidr, inet and macaddr
* Enhancement: Strip folder path from various file settings, including plink.exe location, if it's the application directory
* Enhancement: Try higher ports, up to the 20 next ones, as SSH local port, when the configured one is in use
* Enhancement: Display session name in caption of all message dialogs
* Enhancement: Add a custom icon for confirmation dialogs, with a question mark on it, so we don't have to use the "i" icon.
* Enhancement: Use server time for data grid > "Insert value" menu items
* Enhancement: Show line breaks other than Windows style as normal line breaks in text editor

* New feature: Introduce option for setting the line break style in text cells without breaks
* New feature: Session manager: Add support for SSL cipher, and add various texthints
[expired user #8339]'s profile image [expired user #8339] posted 9 years ago Permalink
in sourcecode not found madExcept.dcu:
[dcc32 Fatal Error] heidisql.dpr(44): F1026 File not found: '...\heidisql_9.3\components\virtualtreeview\source\madExcept.dcu'
[expired user #9162]'s profile image [expired user #9162] posted 9 years ago Permalink
Just to let you know Symantec Endpoint protection v12 is currently blocking the install of v9.3 as it is seeing a Heuristic Virus which its calling 'suspicious.cloud.2'
[expired user #9521]'s profile image [expired user #9521] posted 8 years ago Permalink

im using heidi 9.1.0.4867 and everything working well when connect to MySQL with SSH (ssh -L 3307:localhost:3306 tunnel@192.168.1.254) <br/> but after heidi update to 9.3.0.x (without changes settings), its unable to connect (error code 10061).

Please login to leave a reply, or register at first.