*MERGE* Changes to EXPLAIN QUERY PLAN to identify covering index plan that...
*MERGE* Changes to EXPLAIN QUERY PLAN to identify covering index plan that use indexes on expressions. (tags: trunk)
View ArticleUse pkg-config for readline detection, if available. Unrelated minor tcl...
Use pkg-config for readline detection, if available. Unrelated minor tcl cleanups. (tags: autosetup)
View ArticleFix /dev/null and stderr redirection ordering in...
Fix /dev/null and stderr redirection ordering in autosetup/autosetup-find-tclsh so that the extraneous strlcpy()/snprintf()/rand() warning output from ld on OpenBSD does not break detection of jimsh0....
View ArticleGet auto.def handling the case that no tclsh is installed in a default...
Get auto.def handling the case that no tclsh is installed in a default location. If not, use jimsh if we can find realpath(), else bail out. (tags: autosetup)
View ArticleMinor cleanups in the --with-wasi-sdk bits. (tags: autosetup)
Minor cleanups in the --with-wasi-sdk bits. (tags: autosetup)
View ArticleReorder some auto.def code to avoid breaking --help. (tags: autosetup)
Reorder some auto.def code to avoid breaking --help. (tags: autosetup)
View ArticleLatest autosetup/autosetup-find-tclsh from...
Latest autosetup/autosetup-find-tclsh from [https://github.com/msteveb/autosetup/issues/67 | autosetup ticket #67]. (tags: autosetup)
View ArticleAnother fix for autosetup/autosetup-find-tclsh for the case where a tclsh is...
Another fix for autosetup/autosetup-find-tclsh for the case where a tclsh is found on the system. (tags: autosetup)
View ArticleAdd two new #include statements to the composite "fts5.c" file that is...
Add two new #include statements to the composite "fts5.c" file that is constructed as part of the build process. These #includes are no-ops in the SQLite amalgamation (and are commented out...
View ArticleFix harmless compiler warnings in wherecode.c. One such warning was...
Fix harmless compiler warnings in wherecode.c. One such warning was identified by [forum:/forumpost/721675f007|forum post 721675f007] and the other was found by tool/warnings.sh. (tags: trunk)
View ArticleReorder conditions in sqlite3PagerDirectReadOk() for coverage. (tags: trunk)
Reorder conditions in sqlite3PagerDirectReadOk() for coverage. (tags: trunk)
View ArticleRemove unused configure check for clang-18. (tags: autosetup)
Remove unused configure check for clang-18. (tags: autosetup)
View ArticleFix out-of-tree builds configured with --disable-amalgamation. (tags: autosetup)
Fix out-of-tree builds configured with --disable-amalgamation. (tags: autosetup)
View ArticleRename some build vars for legibility. Fix hwaci-make-from-dot-in when the...
Rename some build vars for legibility. Fix hwaci-make-from-dot-in when the input file list is multi-line. (tags: autosetup)
View ArticleGeneral make cleanups. Start adding a sanity-check mechanism to main.mk which...
General make cleanups. Start adding a sanity-check mechanism to main.mk which does basic validation of the vars it expects to be set by the file which includes it. Get Makefile.linux-gcc working for...
View ArticleGet Makefile.linux-generic (formerly Makefile.linux-gcc) working with jimsh...
Get Makefile.linux-generic (formerly Makefile.linux-gcc) working with jimsh in out-of-tree builds. Pass on -DHAVE_READLINE=1 to the sqlite3 shell if configure detects it. (tags: autosetup)
View ArticlePotentially controversial/unconventional makefile symbol renamings and docs...
Potentially controversial/unconventional makefile symbol renamings and docs explaining them. (tags: autosetup)
View ArticleBump version number to 3.48.0 (in this branch only - in trunk, doing so...
Bump version number to 3.48.0 (in this branch only - in trunk, doing so requires a specific autoconf version) and rename the RELEASE and VERSION makefile symbols for clarity's sake. (tags: autosetup)
View Article