now that DOs are on sqlite 3.47, any reason why the jsonb functions (https://sqlite.org/json1.html)

now that DOs are on sqlite 3.47, any reason why the jsonb functions (https://sqlite.org/json1.html) have not been added to the allowed list? (https://github.com/cloudflare/workerd/blob/e08e889ea309aae905952980277f0a7372e15ae0/src/workerd/util/sqlite.c%2B%2B#L379)

getting a runtime error at the moment on a brand new sqlite DO:
Error: not authorized to use function: jsonb at offset 60: SQLITE_ERROR
Was this page helpful?