1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-16 03:24:01 +02:00

MySQL: Use utf8mb4 in export only if required

This commit is contained in:
Jakub Vrana
2015-03-06 09:36:20 -08:00
parent 6bbc8bc3ea
commit 8aa420d160
5 changed files with 29 additions and 10 deletions

View File

@@ -1,4 +1,7 @@
Adminer 4.2.0 (released 2015-02-07)
Adminer 4.2.1-dev:
MySQL: Use utf8mb4 in export only if required
Adminer 4.2.0 (released 2015-02-07):
Fix XSS in login form (bug #436)
Allow limiting number of displayed rows in SQL command
Fix reading routine column collations
@@ -21,7 +24,7 @@ Elasticsearch: Use where in select
Firebird: Alpha version
Danish translation
Adminer 4.1.0 (released 2014-04-18)
Adminer 4.1.0 (released 2014-04-18):
Provide size of all databases in the overview
Prevent against brute force login attempts from the same IP address
Compute number of tables in the overview explicitly