datasette/datasette/utils
Simon Willison 3c861f363d _search= queries now correctly escaped, fixes #651
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"
2019-12-29 18:48:30 +00:00
..
__init__.py _search= queries now correctly escaped, fixes #651 2019-12-29 18:48:30 +00:00
asgi.py Fixed bug returning non-ascii characters in CSV, closes #584 2019-10-17 22:23:01 -07:00