TheSoftwareHouse / fogger

MIT License
138 stars 43 forks source link

PostgreSQL and Boolean type doesn't work #33

Open alextrs opened 1 year ago

alextrs commented 1 year ago

Hello, we try to use fogger to copy data between 2 PostgreSQL 11 databases, but getting the following error

SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block INSERT INTO "schema"."schema_migrations" ("version", "dirty") VALUES('39', '')

schema_migrations.dirty field type is boolean, but instead of inserting boolean value it inserts empty string