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
If I have Option[JsonbValue[_]] the generated query fails
ERROR: column "attributes" is of type jsonb but expression is of type character varying
Hint: You will need to rewrite or cast the expression.
Position: 225
As a workaround I can do JsonbValue[Option[_]], but it is not optimal.
The text was updated successfully, but these errors were encountered:
ZIO-protoquill 4.6.0
If I have
Option[JsonbValue[_]]
the generated query failsAs a workaround I can do
JsonbValue[Option[_]]
, but it is not optimal.The text was updated successfully, but these errors were encountered: