Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Conversation

@jlmjanssen
Copy link
Member

SQLite Release 3.39.4 On 2022-09-29

  1. Fix the build on Windows so that it works with -DSQLITE_OMIT_AUTOINIT
  2. Fix a long-standing problem in the btree balancer that might, in rare cases, cause database corruption if the application uses an application-defined page cache.
  3. Enhance SQLITE_DBCONFIG_DEFENSIVE so that it disallows CREATE TRIGGER statements if one or more of the statements in the body of the trigger write into shadow tables.
  4. Fix a possible integer overflow in the size computation for a memory allocation in FTS3.
  5. Fix a misuse of the sqlite3_set_auxdata() interface in the ICU Extension.
1. Fix the build on Windows so that it works with -DSQLITE_OMIT_AUTOINIT 2. Fix a long-standing problem in the btree balancer that might, in rare cases, cause database corruption if the application uses an application-defined page cache. 3. Enhance SQLITE_DBCONFIG_DEFENSIVE so that it disallows CREATE TRIGGER statements if one or more of the statements in the body of the trigger write into shadow tables. 4. Fix a possible integer overflow in the size computation for a memory allocation in FTS3. 5. Fix a misuse of the sqlite3_set_auxdata() interface in the ICU Extension.
@jlmjanssen jlmjanssen merged commit bf89751 into algoritnl:main Feb 12, 2023
@jlmjanssen jlmjanssen deleted the release/v3.39.4 branch February 12, 2023 09:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

1 participant