mirror of
https://github.com/simonw/datasette.git
synced 2026-06-09 02:26:59 +02:00
Queries with reserved words or characters according to the SQLite
FTS5 query language could cause errors.
Queries are now escaped like so:
dog cat => "dog" "cat"
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| asgi.py | ||