workerd icon indicating copy to clipboard operation
workerd copied to clipboard

🐛 Bug Report — Runtime APIs - fts5 allowed but not fts5vocab

Open rozenmd opened this issue 1 year ago • 0 comments

The fts5vocab virtual table module allows users to extract information from an FTS5 full-text index directly. The fts5vocab module is a part of FTS5 - it is available whenever FTS5 is.

from https://www.sqlite.org/fts5.html

attempting to use fts5vocab in a query throws an error:

> CREATE VIRTUAL TABLE ft1_v USING fts5vocab('ft1', 'Order');
not authorized

Issue originally raised here: https://github.com/cloudflare/workers-sdk/issues/4543

rozenmd avatar Jan 16 '24 16:01 rozenmd