pgloader/test/mysql
2018-12-16 23:17:37 +01:00
..
db789.load Implement materialize views in PostgreSQL source support. 2018-12-16 23:17:37 +01:00
db789.sql Refrain from TRUNCAT'ing an empty list of tables. 2018-06-15 17:46:31 +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 Add more default rules to MySQL datetime handling. 2018-07-08 20:37:06 +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.