SQLyog Ultimate のリリース

Released: Oct 23, 2014

Updates in this release

Updates in 12.02

Features:

  • Exports to CSV and Excel XML can now optionally include BOMs (Byte Order Marks) or not. Before this, BOMs were not an option. Some Windows programs will require BOMs in order to recognize the encoding as UTF8.

Bug fixes:

  • The fix in 11.3 for databases named identically except for lettercase would fail in some cases. One such case was if database default charset was utf8mb4.
  • The checkbox in CREATE/ALTER TABLE dialog for setting ON UPDATE CURRENT_TIMESTAMP failed for...

Released: Aug 18, 2014

Updates in this release

Updates in 12.01

  • Version 12.0 introduced a bug where the copy options from the icon bar did not function. Same functionalities from menu and context menu were not afffected.

Released: Aug 7, 2014

Updates in this release

Updates in 12.0

Features:

  • In addition to UTF8, exports to CSV and Excel XML can now be written with a number of non-unicode charsets/encodings. Note that in the SQLyog interface we identify those with their "MySQL name" and not what they may be termed in other contexts ('latin1' and not 'ANSI/Western' for instance).
  • The CREATE/ALTER TABLE dialog now has a column of checkboxes where the "ON UPDATE CURRENT_TIMESTAMP"-clause can be specified by user for TIMESTAMP columns - and also for DATETIME...

Released: Mar 19, 2013

Updates in this release

Updates in 11.01

  • Now available as both 32-bit and 64-bit binaries.
  • Auto-complete is now context-aware.

Released: Oct 19, 2012

Updates in this release

Updates in 10.3

  • The list of connections in the Connection Manager can now be accessed by typing in the dropdown.
  • A filter has been added to the Schema Synchronization dialog for filtering tables and other objects.
  • Added a filter option to Messages tab.

Released: Mar 1, 2012

Updates in this release

Updates in 9.6.0

Features:

  • When performing CREATE/ALTER TABLE operations from inside the Schema Designer, a dialog with a tabbed interface similar to the CREATE/ALTER TABLE tab will now open.
  • It is now optional to create statements with ‘fully qualified tablenames’
  • Implemented Alt+Ins, Alt+Del, Alt+Up and Alt+Down for inserting, deleting, moving up/down rows in CREATE|ALTER TABLE

Bug fixes:

  • The fix for empty string defaults in 9.51 was not complete. It was possible to create such defaults but it...

Released: Feb 1, 2012

Updates in this release

Updates in 9.5.1

  • Define columns, create indexes and foreign keys from a single interface and produce a single CREATE/ALTER TABLE query to execute
  • While working on creating a table, you can visit another tab, and return back to creating the table
  • History and Info tabs now appear alongside the Query tab
  • Content of History and Info tabs is now searchable