mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-08 07:16:58 +02:00
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" |
||
---|---|---|
.. | ||
history.sql | ||
my.load | ||
my.sql | ||
README.md |
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.