From 561eb291750c24e3863e4e0a96b0fe4c36ae4d4c Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Mon, 4 Nov 2013 21:24:23 +0100 Subject: [PATCH] Add a test case for the sakila database. --- test/sakila.load | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/sakila.load diff --git a/test/sakila.load b/test/sakila.load new file mode 100644 index 0000000..7d5a099 --- /dev/null +++ b/test/sakila.load @@ -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;