To reproduce it, create a table with a JSONB field and insert some data but leave the JSONB field to be null.
Request the shape for table, and you will see the JSONB field being sent as an empty string, but it should be null.
This causes the sync to pglite to fail because, parsing an empty string throws.
Here's a link discussion related to this issue in Discord.
To reproduce it, create a table with a JSONB field and insert some data but leave the JSONB field to be null. Request the shape for table, and you will see the JSONB field being sent as an empty string, but it should be null.
This causes the sync to pglite to fail because, parsing an empty string throws.
Here's a link discussion related to this issue in Discord.