pgloader/test/mysql
Dimitri Fontaine a9afddf8ed Accept quoted namestrings as target type names for cast rules.
This allows passing "double precision" rather than float8, for example.

Fix #650.
2017-10-21 21:03:58 +02:00
..
f1db.load Add a (local) test case. 2017-10-16 17:25:44 +02:00
history.sql Add test cases for MySQL. 2017-09-14 15:59:10 +02:00
my.load Accept quoted namestrings as target type names for cast rules. 2017-10-21 21:03:58 +02:00
my.sql Accept quoted namestrings as target type names for cast rules. 2017-10-21 21:03:58 +02:00
README.md Add test cases for MySQL. 2017-09-14 15:59:10 +02:00

pgloader tests for MySQL

The idea here is to create a MySQL database with a static known set of data so that we may then compare the data against a PostgreSQL load done with pgloader.

This is very much WIP at the moment, but at least it got started.