Fix build regression, introduced in [d2fe6b05f38d9d] (3.48.0), in which...
Fix build regression, introduced in [d2fe6b05f38d9d] (3.48.0), in which SQLITE_OMIT and SQLITE_ENABLE flags passed to configure via CFLAGS were not propagated to the OPT_FEATURE_FLAGS list. Reported in...
View ArticleFix build regression, introduced in [d2fe6b05f38d9d] (3.48.0), in which...
Fix build regression, introduced in [d2fe6b05f38d9d] (3.48.0), in which SQLITE_OMIT and SQLITE_ENABLE flags passed to configure via CFLAGS were not propagated to the OPT_FEATURE_FLAGS list. Reported in...
View ArticleMinor cleanups to the previous checkin. No functional changes. (tags:...
Minor cleanups to the previous checkin. No functional changes. (tags: branch-3.48)
View ArticleDisable a test case that (intentionally) does use-after-free, as it does...
Disable a test case that (intentionally) does use-after-free, as it does occasionally cause problems even for non-sanitizer builds. (tags: trunk)
View ArticleMinor code de-duplication across the top-level auto.def and...
Minor code de-duplication across the top-level auto.def and autoconf/auto.def. (tags: trunk)
View ArticleUpdates to the compile-for-windows.md document. (tags: trunk)
Updates to the compile-for-windows.md document. (tags: trunk)
View ArticleHave sqlite3_enable_setlk(-1) configure indefinite blocking locks where they...
Have sqlite3_enable_setlk(-1) configure indefinite blocking locks where they are supported. (tags: win32-enable-setlk)
View ArticleImprovements to the TCL interface for Tcl9 as suggested by Jan Nijtmans....
Improvements to the TCL interface for Tcl9 as suggested by Jan Nijtmans. (tags: trunk)
View ArticleRemove an unused parameter from an internal-use subroutine in the TCL...
Remove an unused parameter from an internal-use subroutine in the TCL interface. (tags: trunk)
View ArticleFix a problem causing the write-lock to be held when it should not be in some...
Fix a problem causing the write-lock to be held when it should not be in some circumstances following a SEH exception. (tags: win32-enable-setlk)
View ArticleThe reuse-subroutine optimization [c9a3498113074bbc] might have generated...
The reuse-subroutine optimization [c9a3498113074bbc] might have generated byte-code that loops forever. This check-in fixes the problem. (tags: trunk)
View ArticleThe reuse-subroutine optimization might have generated byte-code that loops...
The reuse-subroutine optimization might have generated byte-code that loops forever. This check-in fixes the problem. (tags: branch-3.48)
View Article*MERGE* Merge all the latest trunk changes into the extra-security branch....
*MERGE* Merge all the latest trunk changes into the extra-security branch. (tags: extra-security)
View ArticleAdd the SQLITE_DBCONFIG_ENABLE_COMMENTS setting (default on) to enable or...
Add the SQLITE_DBCONFIG_ENABLE_COMMENTS setting (default on) to enable or disable the ability to include comments in SQL input text. (tags: extra-security)
View ArticleCorrect a typo in tool/emcc.sh.in which could cause all of the configure-time...
Correct a typo in tool/emcc.sh.in which could cause all of the configure-time work to locate the emcc binary to go unused. Reported in [forum:feb325cdde5b6f37|forum post feb325cdde5b6f37]. (tags: trunk)
View ArticleCorrect a typo in tool/emcc.sh.in which could cause all of the configure-time...
Correct a typo in tool/emcc.sh.in which could cause all of the configure-time work to locate the emcc binary to go unused. Reported in [forum:feb325cdde5b6f37|forum post feb325cdde5b6f37]. (tags:...
View ArticleImprovements to the SQLITE_DBCONFIG option documentation. (tags: extra-security)
Improvements to the SQLITE_DBCONFIG option documentation. (tags: extra-security)
View ArticleMinor wasm-specific doc touchups. (tags: trunk)
Minor wasm-specific doc touchups. (tags: trunk)
View Article*MERGE* Merge trunk into opfs-sahpool-pause branch. (tags: opfs-sahpool-pause)
*MERGE* Merge trunk into opfs-sahpool-pause branch. (tags: opfs-sahpool-pause)
View Article*MERGE* Three new options to sqlite3_db_config(): ATTACH_CREATE,...
*MERGE* Three new options to sqlite3_db_config(): ATTACH_CREATE, ATTACH_WRITE, and COMMENTS. (tags: trunk)
View Article