We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sqlite-utils now uses a better way of escaping table names, which has highlighted a bug in Datasette.
Datasette has its own version of the detect_fts function - at
detect_fts
datasette/datasette/utils/__init__.py
Lines 466 to 479 in d224ee2
Originally posted by @simonw in simonw/sqlite-utils#57 (comment)
The text was updated successfully, but these errors were encountered:
detect_fts now works with alternative table escaping (#571)
2dc5c8d
Fixes #570. See also simonw/sqlite-utils#57
5a43d8e
Successfully merging a pull request may close this issue.
sqlite-utils now uses a better way of escaping table names, which has highlighted a bug in Datasette.
Datasette has its own version of the
detect_fts
function - atdatasette/datasette/utils/__init__.py
Lines 466 to 479 in d224ee2
Originally posted by @simonw in simonw/sqlite-utils#57 (comment)
The text was updated successfully, but these errors were encountered: