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
I need this for #304. I'll probably add this to the .execute_count() method as where= and where_args=.
.execute_count()
where=
where_args=
The text was updated successfully, but these errors were encountered:
I'm going to rename .execute_count() to .count_where() - but I'll keep .execute_count() in the codebase since it's a documented API at https://sqlite-utils.datasette.io/en/3.13/python-api.html#count and I don't want to do a major version bump.
.count_where()
Sorry, something went wrong.
table.count_where() method, closes #305
652040f
4823aff
Release 3.14
723ee35
Refs #251, #301, #302, #303, #304, #305
No branches or pull requests
I need this for #304. I'll probably add this to the
.execute_count()
method aswhere=
andwhere_args=
.The text was updated successfully, but these errors were encountered: