pgloader/test/mysql
Dimitri Fontaine a392328dad Allow any ordering of guards and extra cast rule clauses.
It used to be that extra were forced to being parsed before guards, but
there's no reason why a user wouldn't think to write its clauses the other
way round, so add support for that as well.

See #779.
2018-04-29 19:00:20 +02:00
..
f1db-data.load Refrain from creating tables in “data only” operations. 2018-01-25 23:32:31 +01:00
f1db.circuits.my.sql Refrain from creating tables in “data only” operations. 2018-01-25 23:32:31 +01:00
f1db.circuits.pg.sql Refrain from creating tables in “data only” operations. 2018-01-25 23:32:31 +01:00
f1db.load Implement support for MySQL useSSL=true|false option. 2018-03-16 16:41:40 +01:00
history.sql Add test cases for MySQL. 2017-09-14 15:59:10 +02:00
my.load Allow any ordering of guards and extra cast rule clauses. 2018-04-29 19:00:20 +02:00
my.sql Use MySQL column names in MySQL queries. 2017-12-22 14:15:46 +01: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.