mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-08 07:16:58 +02:00
We migrate bit(xx) to the same PostgreSQL datatype bit(xx) where in Postgres we can use bitstring as documented at the following URL. In particular the COPY syntax accepts the notation Xabcd for the values, which is quite nice when MySQL sends the data to us a a byte vector: https://www.postgresql.org/docs/current/datatype-bit.html Fixes #943. |
||
---|---|---|
.. | ||
db789.load | ||
db789.sql | ||
f1db-citus.load | ||
f1db-data.load | ||
f1db.circuits.my.sql | ||
f1db.circuits.pg.sql | ||
f1db.load | ||
hex.sql | ||
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.