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

SQLite: Preserve auto increment when recreating table

This commit is contained in:
Jakub Vrana
2019-08-21 11:54:07 +02:00
parent 903de0e889
commit d6ec4ca0b3
2 changed files with 9 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ 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
SQLite: Preserve auto increment when recreating table
Adminer 4.7.2 (released 2019-07-18):
Do not attempt logging in without password (bug #676)