1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-13 18:14:07 +02:00

MySQL: Allow editing rows identified by negative floats (bug #695)

This commit is contained in:
Jakub Vrana
2019-08-20 17:58:54 +02:00
parent b7641a2d13
commit 364e032b69
2 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
Adminer 4.7.3-dev:
MySQL: Speed up displaying tables in large databases (bug #700)
MySQL: Allow editing rows identified by negative floats (bug #695)
MySQL: Skip editing generated columns
SQLite: Quote strings stored in integer columns in export (bug #696)