Ansgar Becker
Ansgar Becker
I think I got it now. There were two issues, one of them is that older libmysql and all libmariadb are not able to connect to newer SSL-enabled servers. This...
No, ZIP is easier to implement in Delphi, as there is a native wrapper for that, even with large file support. Perhaps because ZIP is more spread in the Windows...
Everything I find for Delphi is a GZ decompressor which does everything in memory, which may be ok for small files, but not for large database backups. To my surprise...
Please post the original CREATE TABLE code here. As far as I understand, PGs ENUM implementation is different to MySQL, and we cannot just use `CREATE TABLE xyz (col1 ENUM('abc',...
That's an incompatibility between MariaDB and MySQL, not a bug directly in HeidiSQL. The CREATE code is taken as it is from MariaDB, which contains the problematic conditional comment, and...
Please note v12.6 is an old version. 12.8 is the current one.
I just tried to reproduce the issue from MariaDB 11.3 to MySQL 8.3, but that works fine. The conditional comment `/*!100301 COMPRESSED*/` should anyway only be executed on servers with...
Heard that `GO` thing [before](https://www.heidisql.com/forum.php?t=15935). That needs deeper parsing of the SQL. But probably doable, as there is already some detecting of `DELIMITER xyz` strings in HeidiSQL, which is also...
Another question is: should `GO` be limited to SQL Servers in HeidiSQL? I guess there is no point why HeidiSQL should disable that on MySQL or PG?
I suppose this is a duplicate of issue #321.