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

SQLite: Handle error in altering table (bug #697)

This commit is contained in:
Jakub Vrana
2019-08-21 11:21:17 +02:00
parent 788d383609
commit 1b33729110
2 changed files with 5 additions and 5 deletions

View File

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