From 2ac374bcc839d6d36ddae2099584a112eac6b863 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Wed, 25 Jun 2014 12:43:57 +0200 Subject: [PATCH] Improve internal testing a bit. This should get into a full reproducible regression test against MySQL some day. --- test/parse/hans.goeuro.load | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/parse/hans.goeuro.load b/test/parse/hans.goeuro.load index 094b2df..cb02698 100644 --- a/test/parse/hans.goeuro.load +++ b/test/parse/hans.goeuro.load @@ -2,7 +2,7 @@ LOAD DATABASE FROM mysql://root@unix:/tmp/mysql.sock:/goeuro INTO postgresql://dim@unix:/tmp:/godollar - INCLUDING ONLY TABLE NAMES MATCHING ~/encoding/ + -- INCLUDING ONLY TABLE NAMES MATCHING ~/encoding/ DECODING TABLE NAMES MATCHING ~/messed/, ~/encoding/ AS utf-8 @@ -16,6 +16,7 @@ LOAD DATABASE -- override char(1) to varchar(1), just use char(1) here. type char when (= precision 1) to char keep typemod, + column ascii.s using byte-vector-to-bytea, column enumerate.foo using empty-string-to-null MATERIALIZE VIEWS nonexisting,