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
.quote() is a better name because it reflects that the method adds quotes around the value.
.quote()
This method has never been documented so I'm going to rename it without a major version bump.
The text was updated successfully, but these errors were encountered:
sqlite-utils/sqlite_utils/db.py
Lines 231 to 239 in 9a5c92b
Sorry, something went wrong.
3d041d3
Documented here: https://sqlite-utils.datasette.io/en/latest/python-api.html#quoting-strings-for-use-in-sql
Release 3.2
4cc82fd
Refs #206, #211, #212, #213, #214, #215, #216, #217, #218, #219
No branches or pull requests
.quote()
is a better name because it reflects that the method adds quotes around the value.This method has never been documented so I'm going to rename it without a major version bump.
The text was updated successfully, but these errors were encountered: