Improve internal testing a bit.

This should get into a full reproducible regression test against MySQL
some day.
This commit is contained in:
Dimitri Fontaine 2014-06-25 12:43:57 +02:00
parent a70a0ddd77
commit 2ac374bcc8

View File

@ -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,