Skip to content

Release/v3.46.1 #43

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

Merged
merged 4 commits into from
Sep 11, 2024
Merged

Release/v3.46.1 #43

merged 4 commits into from
Sep 11, 2024

Conversation

jlmjanssen
Copy link
Member

SQLite Release 3.46.1 On 2024-08-13

  1. Improved robustness while parsing the tokenize= arguments in FTS5. Forum post 171bcc2bcd.
  2. Enhancements to covering index prediction in the query planner. Add early detection of over-prediction of covering indexes so that sqlite3_prepare() will return an error rather than just generate bad bytecode. Forum post e60e4c295d22f8ce.
  3. Do not let the number of terms on a VALUES clause be limited by SQLITE_LIMIT_COMPOUND_SELECT, even if the VALUES clause contains elements that appear to be variables due to double-quoted string literals.
  4. Fix the window function version of group_concat() so that it returns an empty string if it has one or more empty string inputs.
  5. In FTS5 secure-delete mode, fix false-positive integrity-check reports about corrupt indexes.
  6. Syntax errors in ALTER TABLE should always return SQLITE_ERROR. In some cases, they were formerly returning SQLITE_INTERNAL.
  7. JavaScript/WASM:
    1. Fix a corruption-causing bug in the JavaScript "opfs" VFS.
    2. Work around a couple of browser-specific OPFS quirks.
  8. Other minor fixes.

@jlmjanssen jlmjanssen merged commit b46194e into algoritnl:main Sep 11, 2024
6 checks passed
@jlmjanssen jlmjanssen deleted the release/v3.46.1 branch September 11, 2024 18:32
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.

1 participant