1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-18 12:21:24 +02:00

Selectable ON UPDATE CURRENT_TIMESTAMP field in create table

This commit is contained in:
Jakub Vrana
2013-04-17 09:41:58 -07:00
parent 7af362554a
commit 46a7e7eea0
5 changed files with 6 additions and 10 deletions

View File

@@ -4,6 +4,7 @@ Increase default select limit to 50
Display SQL edit form on Ctrl+click on the select query
Display SQL history from oldest
Recover original view, trigger, routine if creating fails
Selectable ON UPDATE CURRENT_TIMESTAMP field in create table
Clear column name after resetting search (bug #3601200)
Explain partitions in SQL query (bug #3600150)
Allow loading more data with inline edit (bug #3605531)