Skip to content
New issue

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

Remove FunctionProxy#count #509

Conversation

alexcwatt
Copy link
Contributor

@alexcwatt alexcwatt commented Mar 1, 2024

This code depends on a SQLite API which is deprecated, sqlite3_aggregate_count (docs). In addition, the present implementation is broken (@driver is always nil). Related: #164.

Note to reviewers

This check failed and appears unrelated to this code change.

This code depends on a SQLite API which is deprecated,
sqlite3_aggregate_count. In addition, the present implementation
is broken (@driver is always nil). Related: sparklemotion#164.
@flavorjones
Copy link
Member

@alexcwatt Thanks! I'll look at the CI failure.

@flavorjones
Copy link
Member

CI was a flake. This looks good to me, after looking at the history it seems like this should have been removed in aaa74eb back in (gulp) 2010.

@flavorjones flavorjones merged commit d895934 into sparklemotion:main Mar 1, 2024
102 checks passed
flavorjones added a commit that referenced this pull request Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants