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

cgosqlite: update to SQLite 3.45.3 #98

Merged
merged 1 commit into from
May 21, 2024
Merged

cgosqlite: update to SQLite 3.45.3 #98

merged 1 commit into from
May 21, 2024

Conversation

raggi
Copy link
Member

@raggi raggi commented May 21, 2024

The 3.45 series has been out long enough now that the initial JSONB issues have shaken out, and fixes to some regressions in the 3.44 series.

Of some interest are:

  • Fix a couple of obscure UAF errors and an obscure memory leak.
  • In partial index scans, if the WHERE clause implies a constant value for a table column, replace occurrences of that table column with the constant. This increases the likelihood of the partial index being a covering index.
  • JSONB types.

The 3.45 series has been out long enough now that the initial JSONB
issues have shaken out, and fixes to some regressions in the 3.44
series.

Of some interest are:
- Fix a couple of obscure UAF errors and an obscure memory leak.
- In partial index scans, if the WHERE clause implies a constant value for a table column, replace occurrences of that table column with the constant. This increases the likelihood of the partial index being a covering index.
- JSONB types.
@raggi raggi merged commit 1757618 into main May 21, 2024
2 checks passed
@raggi raggi deleted the raggi/bump-sqlite branch May 21, 2024 19:44
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.

None yet

2 participants