1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-21 05:41:27 +02:00

Add support for "order" field privilege

In Elasticsearch, text fields are not sortable.
This commit is contained in:
Peter Knut
2021-04-05 00:32:25 +02:00
committed by Jakub Vrana
parent 87d87248c1
commit e883ad428e
11 changed files with 25 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
Adminer dev:
PostgreSQL: Fix setting NULL and original value on enum (bug #884)
CockroachDB: Add support via PostgreSQL driver
Elasticsearch: Add support for "where" field privilege
Elasticsearch: Add support for "where" and "order" field privilege
Adminer 5.0.1 (released 2025-03-07):
Fix bulk operations with tables (regression from 5.0.0)