mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 10:31:02 +02:00
Improve internal testing a bit.
This should get into a full reproducible regression test against MySQL some day.
This commit is contained in:
parent
a70a0ddd77
commit
2ac374bcc8
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user