1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-20 05:11:25 +02:00

Ability to save expression in edit

This commit is contained in:
Jakub Vrana
2011-03-15 17:34:25 +01:00
parent c708fa1c69
commit 327b56bcdf
2 changed files with 8 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
Adminer 3.2.1-dev:
Ability to save expression in edit
Respect default database collation (bug #3191489)
Don't export triggers without table (bug #3193489)
Esc to focus next field in Tab textarea (thanks to David Grudl)
@@ -9,6 +10,7 @@ Use DELIMITER in history
Show databases even with skip_show_database in MySQL 5 (thanks to Radoslaw Kowalewski)
Set MySQL time zone by PHP setting
Better placement of AJAX icon
Table header in CSV export (Editor)
Polish translation
Adminer 3.2.0 (released 2011-02-24):