pgloader/test/mysql
Dimitri Fontaine 2147a1d07b Implement ALTER TABLE ... SET TABLESPACE ... as a pgloader clause.
This allows creating tables in any target tablespace rather than the default
one, and is supported for the various sources having support for the ALTER
TABLE clause already.
2019-01-08 22:50:24 +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-citus.load Implement Citus support from a MySQL database. 2018-12-17 16:31:47 +01: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 Implement ALTER TABLE ... SET TABLESPACE ... as a pgloader clause. 2019-01-08 22:50:24 +01: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.