Skip to content

Commit

Permalink
cgosqlite: update to SQLite 3.45.3
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
raggi committed May 20, 2024
1 parent 16551f2 commit 00a2422
Show file tree
Hide file tree
Showing 4 changed files with 12,554 additions and 6,105 deletions.
Loading

0 comments on commit 00a2422

Please sign in to comment.