You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And I think it should be like this out of the box. JSON/JSONB should be the default. If someone wants to use VARCHAR, they can override the default encoder.
Version:
4.6.0.1
Module:
quill-jdbc-zio
Database:
postgress
This is an example of the code with the issue:
Table:
Expected behavior
I expect this record to be inserted into postgress DB.
Actual behavior
The request is throwing error:
ERROR: column "data" is of type json but expression is of type character varying
Workaround (example for jsonb)
The text was updated successfully, but these errors were encountered: