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

SQLite: Allow setting auto increment for empty tables

This commit is contained in:
Jakub Vrana
2019-08-21 11:44:57 +02:00
parent 48f33f6255
commit 903de0e889
2 changed files with 7 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ 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)
SQLite: Handle error in altering table (bug #697)
SQLite: Allow setting auto increment for empty tables
Adminer 4.7.2 (released 2019-07-18):
Do not attempt logging in without password (bug #676)