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

dep: update packaged sqlite to 3.43.1 #406

Merged
merged 1 commit into from
Sep 12, 2023

Conversation

flavorjones
Copy link
Member

From the changelog at See https://sqlite.org/releaselog/3_43_1.html :

  • Fix a regression in the way that the sum(), avg(), and total() aggregate functions handle infinities.
  • Fix a bug in the json_array_length() function that occurs when the argument comes directly from json_remove().
  • Fix the omit-unused-subquery-columns optimization (introduced in in version 3.42.0) so that it works correctly if the subquery is a compound where one arm is DISTINCT and the other is not.
  • Other minor fixes.

Closes #396

and add test coverage for the AVG() bug that's in 3.43.0, see #396
@flavorjones flavorjones force-pushed the flavorjones-update-sqlite-3.43.1 branch from a6f5f95 to edaf14e Compare September 12, 2023 16:49
@flavorjones flavorjones merged commit c293e5c into master Sep 12, 2023
103 checks passed
@flavorjones flavorjones deleted the flavorjones-update-sqlite-3.43.1 branch September 12, 2023 17:42
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.

sqlite 3.43.0 AVG() is broken with respect to dealing with Infinities
1 participant