SQLyog Community Edition full changelog
SQLyog Community Edition 13.3.0
released Jul 26, 2024 (New Release)
Features:
SQLyog now supports TLS 1.3 encryption for SSL connections.
SQLyog now supports the newly added collations in MariaDB version 10 and later above.
Added support for the new datatypes INET4, INET6, UUID in MariaDB version 10 and above.
Bugs:
With MariaDB v11.1 and above, the bug preventing data insertion by displaying an empty drop-down list and by clicking on the same leading to truncation of the existing data is fixed.
SQLyog now supports TLS 1.3 encryption for SSL connections.
SQLyog now supports the newly added collations in MariaDB version 10 and later above.
Added support for the new datatypes INET4, INET6, UUID in MariaDB version 10 and above.
Bugs:
With MariaDB v11.1 and above, the bug preventing data insertion by displaying an empty drop-down list and by clicking on the same leading to truncation of the existing data is fixed.
SQLyog Community Edition 13.1.5
released Jul 23, 2019 (New Release)
SQLyog Community Edition 13.0.1
released Jan 7, 2019 (New Release)
Features:
It is now optional if Schema Sync should synchronize the InnoDB Row Format -setting for tables or not.
Bug Fixes:
The setting in Query Profiler ‘preferences’ to include EXPLAIN EXTENDED is now ignored, if server does not support this (what is the case with MySQL from 5.7.4 – but not any MariaDB version).
Miscellaneous:
The “keywords.db” file (used by syntax highlighting, autocomplete and automatic lettercase handling for functions and keywords) was updated with new keywords and functions related to JSON, Roles, Common Table Expressions and Window Functions as of both MySQL 8.0 and MariaDB 10.3.
It is now optional if Schema Sync should synchronize the InnoDB Row Format -setting for tables or not.
Bug Fixes:
The setting in Query Profiler ‘preferences’ to include EXPLAIN EXTENDED is now ignored, if server does not support this (what is the case with MySQL from 5.7.4 – but not any MariaDB version).
Miscellaneous:
The “keywords.db” file (used by syntax highlighting, autocomplete and automatic lettercase handling for functions and keywords) was updated with new keywords and functions related to JSON, Roles, Common Table Expressions and Window Functions as of both MySQL 8.0 and MariaDB 10.3.
SQLyog Community Edition 12.4.3
released Jun 14, 2017 (New Release)
This maintenance release upgrades the MariaDB Connector/C to version 2.3.3 (current). Versions before this could time out incorrectly on some environments (and for unclear reasons). Affected in particular was Windows 8, but also all Windows versions running in a virtualized environment could be.
SQLyog Community Edition 12.4.2
released May 23, 2017 (New Release)
Features:
‘session restore’ will now also restore the current default database for every connection to what is was when the program was closed.
Added options to save and open session savepoints manually. The options are added to the file menu. This is working independently of the automatic session restore feature. With this it is possible to have a number of session savepoints for different use cases saved to the system.
When one or more connections saved in a session savepoint failed to open, the connections were discarded. When the program was closed next time the automatic session savepoint would be overwritten, and all queries, schema designs and query designs belonging to affected connections would be lost. Now, when a connection fails, a copy of the automatic session savepoint file will be created and user will be prompted to copy it for future use (using the new option to open a savepoint manually).
‘copy database’ now has an option to create the target database.
‘session restore’ will now also restore the current default database for every connection to what is was when the program was closed.
Added options to save and open session savepoints manually. The options are added to the file menu. This is working independently of the automatic session restore feature. With this it is possible to have a number of session savepoints for different use cases saved to the system.
When one or more connections saved in a session savepoint failed to open, the connections were discarded. When the program was closed next time the automatic session savepoint would be overwritten, and all queries, schema designs and query designs belonging to affected connections would be lost. Now, when a connection fails, a copy of the automatic session savepoint file will be created and user will be prompted to copy it for future use (using the new option to open a savepoint manually).
‘copy database’ now has an option to create the target database.
SQLyog Community Edition 11.5.2
released Jul 22, 2014 (New Release)
Features:
‘session restore’ will now also restore the current default database for every connection to what is was when the program was closed.
Added options to save and open session savepoints manually. The options are added to the file menu. This is working independently of the automatic session restore feature. With this it is possible to have a number of session savepoints for different use cases saved to the system.
When one or more connections saved in a session savepoint failed to open, the connections were discarded. When the program was closed next time the automatic session savepoint would be overwritten, and all queries, schema designs and query designs belonging to affected connections would be lost. Now, when a connection fails, a copy of the automatic session savepoint file will be created and user will be prompted to copy it for future use (using the new option to open a savepoint manually).
‘copy database’ now has an option to create the target database.
‘session restore’ will now also restore the current default database for every connection to what is was when the program was closed.
Added options to save and open session savepoints manually. The options are added to the file menu. This is working independently of the automatic session restore feature. With this it is possible to have a number of session savepoints for different use cases saved to the system.
When one or more connections saved in a session savepoint failed to open, the connections were discarded. When the program was closed next time the automatic session savepoint would be overwritten, and all queries, schema designs and query designs belonging to affected connections would be lost. Now, when a connection fails, a copy of the automatic session savepoint file will be created and user will be prompted to copy it for future use (using the new option to open a savepoint manually).
‘copy database’ now has an option to create the target database.
SQLyog Community Edition 11.5.0
released May 20, 2014 (New Release)
Includes all the changes featured in the previous Beta versions
SQLyog Community Edition 11.5.0 Beta
released May 12, 2014 (New Release)
Features:
'session restore' now saves and restores content of open Query tabs.
As a consequence user is not prompted to save open Query tabs when the program is closed and 'session restore' is enabled. User is still prompted when closing an individual tab.
With 'session restore' enabled, session is now also saved automatically in the background every 10 seconds.
A Query tab can be renamed (from the context menu of the tab itself). 'session restore' will open the tab with the user-defined name.
Added the HTTP content-type 'application/xml' as an option for HTTP tunnel.
Import external data will now create tables with the database collation of the database imported to, provided that database charset is utf8. Note that we cannot do this if database charset is not uft8 as imported tables are always created as utf8 and comparable collations do not always exist for unicode and non-unicode charsets in MySQL.
Bug fixes:
Fixed a crash when executing a single bracket ( “(” ) as a statement.
'session restore' now saves and restores content of open Query tabs.
As a consequence user is not prompted to save open Query tabs when the program is closed and 'session restore' is enabled. User is still prompted when closing an individual tab.
With 'session restore' enabled, session is now also saved automatically in the background every 10 seconds.
A Query tab can be renamed (from the context menu of the tab itself). 'session restore' will open the tab with the user-defined name.
Added the HTTP content-type 'application/xml' as an option for HTTP tunnel.
Import external data will now create tables with the database collation of the database imported to, provided that database charset is utf8. Note that we cannot do this if database charset is not uft8 as imported tables are always created as utf8 and comparable collations do not always exist for unicode and non-unicode charsets in MySQL.
Bug fixes:
Fixed a crash when executing a single bracket ( “(” ) as a statement.
SQLyog Community Edition 11.4.1
released Apr 16, 2014 (New Release)
Upgraded libraries that theoretically could be vulnerable to the ‘Heartbleed’ OpenSSL bug. All users are urged to upgrade as soon as possible.
SQLyog Community Edition 11.3.1
released Jan 4, 2014 (New Release)
Features:
Added support (in syntax highlighting and autocomplete) for a number of keywords added in recent MySQL versions.
Added support (in syntax highlighting and autocomplete) for a number of keywords added in recent MySQL versions.
SQLyog Community Edition for Windows 7 - free download notice
Windows 7 Download periodically updates software information of SQLyog Community Edition from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
WinX MediaTrans
63% Off -
WinX HD Video Converter
56% Off -
MacX Video Converter Pro
56% Off -
MacX DVD Ripper Pro
50% Off -
MacX Media Management Bundle
70% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- Navicat Lite for Oracle 17.1.12
- dbForge SQL Complete Standard 7.0.210
- FlameRobin 0.9.3 Snapshot
- PostgreSQL 17.0
- Ant Access Viewer 1.1.3
- Aqua Data Studio x64 24.0.0
- ASPRunner Professional 10.91 Build 41974
- MDB Viewer Plus 2.63
- MemberTies 5.2.2
- DBF to DBF Converter 2.35
- Medix Doctor 2.2
- FileMaker Pro 14.0v1
Popular Tags
excel
convert
dictionary
software
table
data
export
query
sql
mysql
access
oracle
translation memories
gui
import
user-friendly
development
server
conversion
tool
ems
migrate
dbf
database
primary
utility
converter
mssql
sql server
odbc
Popular Windows 7 Software
- Microsoft Office 2007
- Ultra Hal Text-to-Speech Reader 1.0.5
- Microsoft Office 2003
- IBExpert 2024.12.04
- Card Maker Software For Windows OS 8.2.0.2
- LibreOffice 24.8.4.2 Latest
- Retail Barcoding & Labeling Application 9.2.3.2
- PDF-XChange Lite 10.2.1.385
- LibreOffice x64 24.2.4
- Portable RightNote 6.5.2
- Retail Logistics Barcode Maker Software 9.2.3.1
- EMF Printer Driver 17.76 Revision 3239
- Barcode Printing Software 7.0.1.5
- DWG to Any Converter Command Line 2.7
- Shop-Data Transfer 1.0.142
© 2025 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.