Open zachmu opened 3 years ago
For a table defined like this:
CREATE TABLE test ( id integer NOT NULL, json_id json DEFAULT '{}' NOT NULL )
Inserting into this table with write_rows fails if json_id is an empty byte array. Error:
write_rows
json_id
column name 'json_id' is non-nullable but attempted to set a value of null
For a table defined like this:
Inserting into this table with
write_rows
fails ifjson_id
is an empty byte array. Error:column name 'json_id' is non-nullable but attempted to set a value of null