Add a SQLite test case from #310.

This commit is contained in:
Dimitri Fontaine 2015-11-22 22:16:05 +01:00
parent e23de0ce9f
commit 973339abc8
2 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,9 @@ load database
-- with include drop, create tables, create indexes, reset sequences
cast column character.f1 to text drop typemod
-- excluding table names like 'appointments'
cast column character.f1 to text drop typemod,
column appointments.time to timestamptz drop default
set work_mem to '16MB', maintenance_work_mem to '512 MB';

Binary file not shown.