Move handling of the tempstore feature flag into the OPT_FEATURE_FLAGS list...
Move handling of the tempstore feature flag into the OPT_FEATURE_FLAGS list and remove the CFLAGS.libsqlite3 makefile var which exists solely to account for the tempstore being tracked separately from...
View ArticleIn order to support package builds, like OpenBSD's, which set a custom soname...
In order to support package builds, like OpenBSD's, which set a custom soname on libsqlite3.so, extend the --soname configure flag to allow arbitrary soname values. (tags: trunk)
View ArticleRemove a flaky JS test which has a result depending on unrepredictable...
Remove a flaky JS test which has a result depending on unrepredictable context. That same feature is more reliably tested at a later point in the same script. (tags: trunk)
View ArticleRemove a flaky JS test which has a result depending on unrepredictable...
Remove a flaky JS test which has a result depending on unrepredictable context. That same feature is more reliably tested at a later point in the same script. (tags: branch-3.47)
View ArticleFix another issue in argument expansion on Windows for tclsqlite3.c in...
Fix another issue in argument expansion on Windows for tclsqlite3.c in interpreter mode. Problem introduced by check-in [9b87ea219bce5689] and unfixed by [cd942dce148c9d8f]. (tags: trunk)
View ArticleFix two problems with argument expansion in sqlite-tclsh on Windows. (tags:...
Fix two problems with argument expansion in sqlite-tclsh on Windows. (tags: branch-3.47)
View ArticleFix a problem handling OOM errors in fts3 that could occur when parsing...
Fix a problem handling OOM errors in fts3 that could occur when parsing multi-token strings. (tags: branch-3.47)
View ArticleSupports SQLITE_ENABLE_SETLK_TIMEOUT on windows. Does not work properly yet....
Supports SQLITE_ENABLE_SETLK_TIMEOUT on windows. Does not work properly yet. (tags: win32-enable-setlk)
View ArticleVersion 3.47.1 (tags: release, branch-3.47, version-3.47.1)
Version 3.47.1 (tags: release, branch-3.47, version-3.47.1)
View Article*MERGE* Version 3.47.1 for the reuse-schema branch. (tags: reuse-schema-3.47)
*MERGE* Version 3.47.1 for the reuse-schema branch. (tags: reuse-schema-3.47)
View ArticleFixes for code on this branch. Now appears to work, but is not tested well....
Fixes for code on this branch. Now appears to work, but is not tested well. (tags: win32-enable-setlk)
View ArticleCorrect duplicated soname linker flags, one of them mis-named. (tags: trunk)
Correct duplicated soname linker flags, one of them mis-named. (tags: trunk)
View ArticleEnsure that file-handle winShmNode.hFile.h is used in a thread-safe manner....
Ensure that file-handle winShmNode.hFile.h is used in a thread-safe manner. (tags: win32-enable-setlk)
View ArticleReplace some outdated docs re. soname with a link to the soname forum post....
Replace some outdated docs re. soname with a link to the soname forum post. (tags: trunk)
View ArticleMinor tweak to ./configure --help output. (tags: trunk)
Minor tweak to ./configure --help output. (tags: trunk)
View ArticleMove some of the in-comment configure script help text into the --help text....
Move some of the in-comment configure script help text into the --help text. No functional changes. (tags: trunk)
View ArticleAvoid ever logging times for ROLLBACK commands. (tags: cf8f1552-commit-instr)
Avoid ever logging times for ROLLBACK commands. (tags: cf8f1552-commit-instr)
View ArticlePatch autosetup to rename --debug to --autosetup-debug so we can use...
Patch autosetup to rename --debug to --autosetup-debug so we can use --debug/--enable-debug for its historical purpose. --with-debug is now an alias for --enable-debug but can be removed entirely if...
View Article*MERGE* Patch autosetup to rename --debug to --autosetup-debug so we can use...
*MERGE* Patch autosetup to rename --debug to --autosetup-debug so we can use --debug/--enable-debug for its historical purpose. Update autosetup/README.md with details of the patch. (tags: trunk)
View ArticleUpdate documentation in fts5.h. (tags: fts5-tokendata-prefix)
Update documentation in fts5.h. (tags: fts5-tokendata-prefix)
View Article