Fix typo in the LICENSE.md file. (tags: trunk)
Fix typo in the LICENSE.md file. (tags: trunk)
View ArticleElaborate on how autosetup selects a tclsh to use. (tags: trunk)
Elaborate on how autosetup selects a tclsh to use. (tags: trunk)
View Article*MERGE* Re-phrase some (#if !SQLITE_CORE) to (#ifndef SQLITE_CORE), as...
*MERGE* Re-phrase some (#if !SQLITE_CORE) to (#ifndef SQLITE_CORE), as discussed in [forum:cea40371c5e34b09 | forum post cea40371c5e34b09]. (tags: trunk)
View ArticleAdd tests for xInstToken() and prefix queries with various fts5...
Add tests for xInstToken() and prefix queries with various fts5 configurations. (tags: fts5-tokendata-prefix)
View Article*MERGE* Merge latest trunk changes into this branch. (tags:...
*MERGE* Merge latest trunk changes into this branch. (tags: fts5-tokendata-prefix)
View ArticleFix an FTS3 corruption test case that depends on the specific pseudo-random...
Fix an FTS3 corruption test case that depends on the specific pseudo-random byte sequence generated by sqlite3_randomness(), which is different on big-endian platforms than it is on little-endian...
View ArticleFor platforms where tclsh is found but tclConfig.sh is not, set HAVE_TCL to...
For platforms where tclsh is found but tclConfig.sh is not, set HAVE_TCL to 0. We can't build the TCL components on those. Problem reported in [forum:5106aee3a8|forum post 5106aee3a8]. (tags: trunk)
View ArticleChange several 'file exists' checks for tclsh to file-isexec because that...
Change several 'file exists' checks for tclsh to file-isexec because that checks for .exe extensions on Windows. (tags: trunk)
View ArticleAdd mention of file-isexec in autosetup/README.md. (tags: trunk)
Add mention of file-isexec in autosetup/README.md. (tags: trunk)
View ArticleWhen --with-linenoise refers to the msteveb flavor and jimsh is the TCL used...
When --with-linenoise refers to the msteveb flavor and jimsh is the TCL used for code generation, enable linenoise in jimsh. Remove some dead auto.def code. (tags: trunk)
View ArticleDocument the purpose of a global auto.def var added in [0d558318172d]. (tags:...
Document the purpose of a global auto.def var added in [0d558318172d]. (tags: trunk)
View ArticleAdd some internal docs to auto.def explaining certain passages. (tags: trunk)
Add some internal docs to auto.def explaining certain passages. (tags: trunk)
View ArticleExtend the list of "truthy" config values to include "true". Related doc...
Extend the list of "truthy" config values to include "true". Related doc updates. (tags: trunk)
View ArticleFurther improvements to the ".mode json" output in the CLI. (tags: trunk)
Further improvements to the ".mode json" output in the CLI. (tags: trunk)
View Articletcl configuration: --with-tcl=prefix is equivalent to passing the --prefix...
tcl configuration: --with-tcl=prefix is equivalent to passing the --prefix dir to it. If --with-tcl or --enable-tcl are explicitly passed in and tclConfig.sh is not found, fail fatally. When TCL is...
View ArticleDoc touchups in the line-editing feature check code. (tags: trunk)
Doc touchups in the line-editing feature check code. (tags: trunk)
View ArticleExtend the set of --flags which get cleared/unset when using --with-wasi-sdk....
Extend the set of --flags which get cleared/unset when using --with-wasi-sdk. (tags: trunk)
View ArticleFix an OOB write that could occur in fts3 when dealing with corrupt database...
Fix an OOB write that could occur in fts3 when dealing with corrupt database records. (tags: trunk)
View ArticleFix an OOB write that could occur in fts3 when dealing with corrupt database...
Fix an OOB write that could occur in fts3 when dealing with corrupt database records. (tags: branch-3.47)
View Article