pgloader/test/mysql
Dimitri Fontaine 460fe6cc77 Fix quoting of default values for MariaDB 10 support.
The default values quoting changed in MariaDB 10, and we need to adjust in
pgloader: extra '' chars could defeat the default matching logic:

  "'0000-00-00'" is different from "0000-00-00"
2017-09-19 11:29:53 +02:00
..
history.sql Add test cases for MySQL. 2017-09-14 15:59:10 +02:00
my.load Add test cases for MySQL. 2017-09-14 15:59:10 +02:00
my.sql Fix quoting of default values for MariaDB 10 support. 2017-09-19 11:29:53 +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.