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

Use primary key to edit rows even if not selected

This commit is contained in:
Jakub Vrana
2018-02-01 23:09:40 +01:00
parent c75096f173
commit f128c2d1ea
2 changed files with 30 additions and 22 deletions

View File

@@ -5,6 +5,7 @@ Fully support functions in default values
Stop redirecting links via adminer.org
Support X-Forwarded-Prefix
Display options for timestamp columns when creating a new table
Use primary key to edit rows even if not selected
MySQL, PostgreSQL: Display warnings
MySQL: Add floor and ceil select functions
MySQL: Add FIND_IN_SET search operator