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
As of version 3.45.0, SQLite now supports JSONB. Thus, the generator should output it as types.JSON[json.RawMessage] like it does for JSON, instead of the default string.
The text was updated successfully, but these errors were encountered:
hmnd
linked a pull request
Jan 29, 2024
that will
close
this issue
As of version 3.45.0, SQLite now supports
JSONB
. Thus, the generator should output it astypes.JSON[json.RawMessage]
like it does forJSON
, instead of the defaultstring
.The text was updated successfully, but these errors were encountered: