1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-18 20:31:19 +02:00

Fully support functions in default values

This commit is contained in:
Jakub Vrana
2018-01-30 16:50:37 +01:00
parent d542843fdd
commit 851700516d
2 changed files with 2 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
Adminer 4.5.1-dev:
Fix counting selected rows after going back to select page
PHP <5.3 compatibility even with Elasticsearch enabled
Fully support functions in default values
MariaDB: Support JSON since MariaDB 10.2
PostgreSQL: Support functions
PostgreSQL: Allow editing views with uppercase letters (bug #467)