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 a workaround, VARCHAR is a reasonable way to store JSON. But since DuckDB supports JSON natively, we should probably support it as well.
That likely requires switching from DuckDB amalgamated sources to having a full DuckDB as a submodule that's then compiled with BUILD_JSON=1.
The text was updated successfully, but these errors were encountered:
As a workaround, VARCHAR is a reasonable way to store JSON. But since DuckDB supports JSON natively, we should probably support it as well.
That likely requires switching from DuckDB amalgamated sources to having a full DuckDB as a submodule that's then compiled with
BUILD_JSON=1
.The text was updated successfully, but these errors were encountered: