Add a test case for the sakila database.

This commit is contained in:
Dimitri Fontaine 2013-11-04 21:24:23 +01:00
parent 7144cfc1ac
commit 561eb29175

10
test/sakila.load Normal file
View File

@ -0,0 +1,10 @@
load database
from mysql://root@localhost/sakila
into postgresql:///sakila
WITH drop tables, create tables, create indexes, reset sequences
CAST type datetime to timestamptz drop default drop not null using zero-dates-to-null,
type date drop not null drop default using zero-dates-to-null,
-- type tinyint to boolean using tinyint-to-boolean,
type year to integer;