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

SQLite: vacuum

This commit is contained in:
Jakub Vrana
2012-02-29 10:49:17 -08:00
parent 27c046f753
commit c6c48553b8
3 changed files with 9 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ Don't quote bit type in export
Ability to disable export (customization)
Extensible list of databases (customization)
MySQL: set autocommit after connect
SQLite: vacuum
PostgreSQL: fix alter foreign key
PostgreSQL, SQLite: don't use LIKE for numbers (bug #3420408)
PostgreSQL over PDO: connect if the eponymous database does not exist (bug #3391619)