1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-29 09:10:09 +02:00

SQLite: Allow deleting PRIMARY KEY from tables with auto increment

This commit is contained in:
Jakub Vrana
2018-02-07 14:47:29 +01:00
parent ca336427f5
commit 66e7ec56bb
3 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
Adminer 4.6.1-dev:
MySQL: Support non-utf8 charset in search in column
MySQL: Support geometry in MySQL 8 (bug #574)
SQLite: Allow deleting PRIMARY KEY from tables with auto increment
PostgreSQL: Support binary files in bytea fields
PostgreSQL: Cast to string when searching using LIKE (bug #325)
PostgreSQL: Don't treat interval type as number (bug #474)