SQLyog Ultimate 新版本發表

Released: Feb 25, 2016

Updates in this release

Updates in 12.2.1

Bug Fixes:

  • Updates from RESULT tab could fail with MySQL 4.1 servers. The recent code changes in order to support MySQL 5.7 Virtual Columns overlooked that there is no Information_Schema database in MySQL 4.1 and a required condition could not be verifed due to this.
  • In rare cases "copy database to a different host" option could generate incorrect statements and copying would fail with a 'columns count mismatch' error. Also this was introduced with code changes in order to...

Released: Feb 12, 2016

Updates in this release

Updates in 12.2.0

Bug Fixes:

  • Virtual Columns of MySQL 5.7 were not handled properly in 'copy database to other host'.
  • 12.1.9 introduced a sluggishness when moving around the data GRID. In some cases it could be so bad that the program seemed to "hang" completely.

Miscellaneous:

  • Fixed inconsistent versioning. Earlier we could sometimes use format like “11.19″ and sometimes “12.1.9″. We now consistently use the latter – like "12.2.0" with this release.

Released: Feb 9, 2016

Updates in this release

Updates in 12.19

Features:

  • Virtual Columns support for MySQL 5.7 onwards (Virtual Columns with MariaDB were already supported). Please see note below for details.
  • SSL and SSH-tunnel are now not mutually exclusive. A SSL connection may now be established through an SSH-tunnel. This is in particular useful with various sorts of "private clouds" where connection to the cloud requires SSH and privacy of the cloud is enforced by using SSL for internal communication in the cloud.
  • Multiple files (.sql...

Released: Dec 29, 2015

Updates in this release

Updates in 12.18

Bug Fixes:

  • In 12.17 (released yesterday) it could happen that session restore erroneously could restore (a) Query tab(s) from previous session that was closed before SQLyog itself was closed.

Released: Dec 28, 2015

Updates in this release

Updates in 12.17

Bug Fixes:

  • Fixed a memory leak as well as a crash in 'session restore' when writing a restore point. This was reported by a number of users. We were never able to reproduce these issues ourselves but a number of affected users have tested and confirmed the fix.
  • The formatter could add trailing space after specific keywords occuring at the end of a line.
  • In CSV exports there was an additional comma after each row while exporting a table if the last column was not selected for...

Released: Nov 3, 2015

Updates in this release

Updates in 12.16

Features:

  • Schema Designer may now optionally use 'portrait' or 'landscape' layout for printing. Before only 'portrait' was available. Also page breaks may now be previewed.

Bug Fixes:

  • With 'ChallengeResponseAuthentication' set to "YES" in SSHD configuration, SSH tunnel from SQLyog would fail. This was introduced in 12.13 with the PLINK update here.
  • On Wine the color palette used for customizing colors of the SQLyog interface did not open.
  • In the Connection Manager .. MySQL tab...

Released: Oct 7, 2015

Updates in this release

Updates in 12.15

Features:

  • The search for the connections and databases is now faster and simpler, as it lists all the connections and databases which contain the typed phrase.

Bug Fixes:

  • Schema synchronisation tool now functions by creating dummy tables in cases where views are built on another views.
  • Earlier SQLyog updated connrestore.db file even when there were no changes in the current session. This is now fixed.

Released: Aug 26, 2015

Updates in this release

Updates in 12.14

Features:

  • Added an option in "Export as SQL Dump", "Export Table Data As.." and "Scheduled Backup" not to write the SQLyog version to SQL dumps. This will reduce 'noise' for users comparing dumps for auditing purposes, when SQLyog has been upgraded.
  • In both "Export as SQL Dump", and "Scheduled backup" there is now an option to add a linebreak between rows if BULK INSERTS are written. This will increase readability and help to prevent truncation of lines if the dump is opened in...

Released: Aug 5, 2015

Updates in this release

Updates in 12.13

Bug fixes:

  • Due to use of an old Plink version in older versions of SQLyog, SSH-tunnel could not be created to servers running OpenSSH 6.9x (as now available with Fedora 22 and possibly other 'bleeding-edge' Linux distros). We upgraded Plink to version 0.64 (latest) in this release.
  • In rare cases, with an orphaned Plink process started by SQLyog running, the sqlyog.ini file could be locked and thus could not be edited in a text editor for instance.

Released: May 19, 2015

Updates in this release

Updates in 12.12

Features:

  • XML files can now be imported from GUI controls in table menu/context menu provided that details of the XML follows one of the three supported XML-schemes supported by MySQL LOAD DATA XML syntax. This includes XML files generated with SQLyog and mysqldump.

Bug fixes:

  • Server name in object browser was displaying wrong in some cases.
  • JSON export added in version 12.11 could add an extra delimiter what could cause an error in the environment where the JSON was used...