1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-22 06:02:57 +02:00

SQLite: Quote strings stored in integer columns in export (bug #696)

This commit is contained in:
Jakub Vrana
2019-08-19 17:14:27 +02:00
parent 00d36efcf1
commit 4a27882a97
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
Adminer 4.7.3-dev:
MySQL: Skip editing generated columns
SQLite: Quote strings stored in integer columns in export (bug #696)
Adminer 4.7.2 (released 2019-07-18):
Do not attempt logging in without password (bug #676)