1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-13 18:14:07 +02:00

MySQL 5.6.5+: Support ON UPDATE on datatime column (bug #393)

This commit is contained in:
Jakub Vrana
2014-03-15 14:08:34 -07:00
parent 2f881b2674
commit bbcc8f141d
3 changed files with 4 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ Print elapsed time in HTML instead of SQL command comment
Improve gzip export ratio (bug #387)
MySQL: Fix editing rows by binary values, bug since Adminer 3.7.1
MySQL: Respect daylight saving time in dump, bug since Adminer 3.6.4
MySQL 5.6.5+: Support ON UPDATE on datatime column
SQLite: Support UPDATE OF triggers
SQLite: Display auto-created unique indexes, bug since Adminer 3.5.0
Editor: Fix login() method, bug since Adminer 4.0.0