Avoid running some new tests in lock5.test with the inmemory_journal...
Avoid running some new tests in lock5.test with the inmemory_journal permutation. (tags: trunk)
View ArticleUpdate the README for the TEA extension in the amalgamation tarball. (tags:...
Update the README for the TEA extension in the amalgamation tarball. (tags: trunk)
View ArticleImproved instructions in the TEA readme for building the TCL extension....
Improved instructions in the TEA readme for building the TCL extension. (tags: trunk)
View ArticleAdd two missing $(BEXE) suffixes, as reported in [forum:9ad28680d394afda |...
Add two missing $(BEXE) suffixes, as reported in [forum:9ad28680d394afda | forum post 9ad28680d3]. Problem introduced by [1218a203483cecdc] being incomplete in where it added that suffix. (tags: trunk)
View ArticleAvoid a segfault when calling src-verify without any arguments. (tags: trunk)
Avoid a segfault when calling src-verify without any arguments. (tags: trunk)
View ArticleAdd the doc/compile-for-unix.md document. (tags: trunk)
Add the doc/compile-for-unix.md document. (tags: trunk)
View ArticleUpdate comments in ext/misc/sqlite3_stdio.c to reflect the latest...
Update comments in ext/misc/sqlite3_stdio.c to reflect the latest enhancements. No changes to code. (tags: trunk)
View ArticleExperimental change to explain query plan to identify covering indexes on...
Experimental change to explain query plan to identify covering indexes on expressions. (tags: eqp-covering-index-on-expr)
View ArticleAdditional clarification in the comments to sqlite3_stdio.c. No changes to...
Additional clarification in the comments to sqlite3_stdio.c. No changes to code. (tags: trunk)
View ArticleAllow the ".expert" command to analyze statements that use built-in virtual...
Allow the ".expert" command to analyze statements that use built-in virtual tables. (tags: expert-vtab-fix)
View ArticleEnsure that test file ext/expert/expert1.test works with non-fts5 builds....
Ensure that test file ext/expert/expert1.test works with non-fts5 builds. (tags: expert-vtab-fix)
View Article*MERGE* Fix a problem with the ".expert" command and queries that use virtual...
*MERGE* Fix a problem with the ".expert" command and queries that use virtual tables. (tags: trunk)
View ArticleFix a harmless compiler warning in the CLI. (tags: trunk)
Fix a harmless compiler warning in the CLI. (tags: trunk)
View ArticleBe consistent about using "CRLF" instead of "CRNL". (tags: trunk)
Be consistent about using "CRLF" instead of "CRNL". (tags: trunk)
View ArticleThe CLI now default to ".crlf ON" in Windows. CSV output always uses CRLF on...
The CLI now default to ".crlf ON" in Windows. CSV output always uses CRLF on all platforms. (tags: trunk)
View ArticleThere is no need to DELETE the content of sqlite_sequence in the output of...
There is no need to DELETE the content of sqlite_sequence in the output of the CLI ".dump" command because that table will initially be empty if it exists at all....
View ArticleAvoid the possibility of buffer overrun in the READ_UTF8 macro by using an...
Avoid the possibility of buffer overrun in the READ_UTF8 macro by using an less-than operator rather than not-equal-to. (tags: trunk)
View ArticleCross-reference the sqlite3_backup_init() function to the documentation for...
Cross-reference the sqlite3_backup_init() function to the documentation for VACUUM INTO and sqlite3-rsync. Comment changes only. No changes to code. (tags: trunk)
View ArticleFix a typo in a comment used to generate document. No code changes. (tags:...
Fix a typo in a comment used to generate document. No code changes. (tags: trunk)
View ArticleFix the "tool-zip" makefile target so that it includes sqlite3-rsync. (tags:...
Fix the "tool-zip" makefile target so that it includes sqlite3-rsync. (tags: trunk)
View Article