|
[ View full size screenshot ] |
| Version | Date Released | Status | Release Notes |
| 10.0 | May 22, 2012 | New Release | · Refreshing modern looks. We redesigned the user interface with a soothing color palette. We call it Twilight. You can also design your own themes and there is an option to switch to your default desktop theme as well. · The data tab is now moved to the upper pane. With this, all important tabs are in the upper pane and you can see more of what you want to see, and more than one table data can be opened under the same connection. · Schema synchronization logic is optimized and now it is up to 100 times faster for large schemas. · Introduced many keyboard shortcuts for power users. · Added an option for multi-column sorting and filtering of table data. · Many more usability enhancements and bug fixes. |
| 9.63 | Mar 26, 2012 | New Release | · Added an option to specify the font used in the Object Browser. · Schema Sync now has an option to add SET FOREIGN_KEY_CHECKS = 0 to the script generated. · Added an option to specify INIT_COMMAND(s) for a connection. INIT_COMMAND(s) are executed when SQLyog connects and reconnects. The primary purpose is to override settings specified with ‘init_connect’ setting in server configuration for the SQLyog session. For instance if ‘init_connect’ server setting specifies “SET AUTOCOMMIT = 0? you may enter “SET AUTOCOMMIT = 1? in the SQLyog connection manager if you want a non-transactional behavior for the SQLyog session. Bug fixes: · If both a column default and a column comment was specified in CREATE/ALTER TABLE a SPACE-character was missing in the generated statement causing invalid syntax error. This bug was introduced in 9.5. · Fixed a crash (reported internally) in the ‘Indexes’ tab of the CREATE/ALTER TABLE interface. · Schema Sync did not handle BIT-column defaults properly. |
| 9.62 | Mar 7, 2012 | New Release | Features: · A Chinese (Simplified) translation is now included. Bug fixes: · When there was an INFO tab open the server was unnecessarily queried for the content of the INFO tab (based on Object Browser selection) when closing the program. This could cause a slow shutdown. · Fixed a crash occurring when pressing the ESC key in the CREATE/ALTER tab/dialog. This bug was introduced in 9.6. |
| 9.61 | Feb 27, 2012 | New Release | Features: · A Chinese (Simplified) translation is now included. Bug fixes: · When there was an INFO tab open the server was unnecessarily queried for the content of the INFO tab (based on Object Browser selection) when closing the program. This could cause a slow shutdown. · Fixed a crash occurring when pressing the ESC key in the CREATE/ALTER tab/dialog. This bug was introduced in 9.6. |
| 9.33 | Nov 23, 2011 | New Release | Bug Fixes: Fixed two regression bugs in Autocomplete introduced in 9.31: · A performance regression if the option to “Show suggestion as you type in SQL editor” was enabled. · Table alias support was broken. · The Autocomplete popup windows opened by Ctrl+Enter and Ctrl+Space could ‘pop down’ where it should ‘pop up’ resulting in the content being partly invisible. This bug was introduced in 9.31. |