mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 10:31:02 +02:00
Add a SQLite test case from #310.
This commit is contained in:
parent
e23de0ce9f
commit
973339abc8
@ -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.
Loading…
x
Reference in New Issue
Block a user