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 HD Video Converter
56% Off -
MacX Media Management Bundle
70% Off -
Media Player Morpher
85% Off -
MacX DVD Video Converter
58% Off -
MacX DVD Ripper Pro
50% 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
- dbForge Data Compare for Oracle 2025.1
- PostgreSQL 18.1
- Navicat Lite for Oracle 17.3.6
- dbForge SQL Complete Standard 2025.2.138
- Aqua Data Studio x64 24.0.0
- MDB Viewer Plus 2.63
- Ant Access Viewer 1.1.3
- FileMaker Pro 14.0v1
- MemberTies 5.2.2
- ASPRunner Professional 10.91 Build 41974
- FlameRobin 0.9.3 Snapshot
- DBF to DBF Converter 2.35
- Medix Doctor 2.2
Popular Tags
converter
sql
server
access
table
import
query
conversion
excel
software
dictionary
mysql
sql server
utility
translation memories
migrate
database
primary
odbc
data
export
tool
mssql
user-friendly
ems
convert
gui
dbf
oracle
development
Popular Windows 7 Software
- Microsoft Office 2007
- LoadPlanner Desktop 2.6.4
- LibreOffice 25.8.3.2 Latest
- LibreOffice x64 24.2.4
- Card Maker Software For Windows OS 8.2.0.2
- dbForge Data Compare for Oracle 2025.1
- Alternate Timer 4.840
- dbForge Transaction Log for SQL Server 2025.2
- EasyBilling Invoicing Software 9.8.7
- ChequeSystem Cheque Printing Software 8.5.6
- Quick Receipt Software 2.8.3
- dbForge Monitor for SQL Server 2025.2
- dbForge Schema Compare for SQL Server 2025.2.138
- dbForge Compare Bundle for SQL Server 2025.2
- dbForge Data Compare for SQL Server 2025.2
© 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.



