fogger icon indicating copy to clipboard operation
fogger copied to clipboard

PostgreSQL and Boolean type doesn't work

Open alextrs opened this issue 3 years ago • 0 comments

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

alextrs avatar Nov 09 '22 19:11 alextrs