Improve the treeview output for CteUse objects. (tags: trunk)
Improve the treeview output for CteUse objects. (tags: trunk)
View ArticleAvoid using Int32x32To64() with a 64-bit argument in fileio.c - this level of...
Avoid using Int32x32To64() with a 64-bit argument in fileio.c - this level of micro-optimization is not really necessary there. (tags: trunk)
View ArticleAdd comment to the columnIsGoodIndexCandidate() routine to record the results...
Add comment to the columnIsGoodIndexCandidate() routine to record the results of a failed experiment. No changes to code. (tags: trunk)
View Article*MERGE* Merge the latest trunk enhancements into the begin-concurrent branch....
*MERGE* Merge the latest trunk enhancements into the begin-concurrent branch. (tags: begin-concurrent)
View Article*MERGE* Merge the latest trunk enhancements into the wal2 branch. (tags: wal2)
*MERGE* Merge the latest trunk enhancements into the wal2 branch. (tags: wal2)
View Article*MERGE* Merge the latest trunk enhancements into the bedrock branch. (tags:...
*MERGE* Merge the latest trunk enhancements into the bedrock branch. (tags: bedrock)
View Article*MERGE* Merge the latest trunk enhancements into the reuse-schema branch....
*MERGE* Merge the latest trunk enhancements into the reuse-schema branch. (tags: reuse-schema)
View ArticleAdd new tcl-extension-testing.md document. The Windows side is not yet...
Add new tcl-extension-testing.md document. The Windows side is not yet working. (tags: test-procedures)
View ArticleAdjust the Windows Makefile.msc so that it can build the tclextension with...
Adjust the Windows Makefile.msc so that it can build the tclextension with Tcl8.6 successfully. Updates to the tcl-extension test procedure document. (tags: test-procedures)
View Article*MERGE* Add the document describing test procedures for the TCL extension...
*MERGE* Add the document describing test procedures for the TCL extension build process. Update the Windows makefile so that it builds the TCL extensions successfully with a default installation of...
View ArticleFix a problem in the sessions extension allowing changesets containing...
Fix a problem in the sessions extension allowing changesets containing foreign key violations to be committed under some circumstances. (tags: trunk)
View ArticleAllow the 2nd argument to ".param set" to use previously bound parameters, as...
Allow the 2nd argument to ".param set" to use previously bound parameters, as suggested by [forum:/forumpost/823e1bd746|forum post 823e1bd746]. (tags: trunk)
View ArticleShow the values of $(JIM_TCLSH) and $(VISUALSTUDIOVERSION) in the output of...
Show the values of $(JIM_TCLSH) and $(VISUALSTUDIOVERSION) in the output of "nmake tcl-env". (tags: trunk)
View ArticleImprovements to testing and validation of the SQLite TCL extension. (tags:...
Improvements to testing and validation of the SQLite TCL extension. (tags: trunk)
View ArticleImprovements to TCL extension test procedure description. Improvements to the...
Improvements to TCL extension test procedure description. Improvements to the tclextension-list and tclextension-verify makefile targets to suppress unnecessary output. (tags: trunk)
View ArticleFix typo in the tcl-extension-testing.md document. (tags: trunk)
Fix typo in the tcl-extension-testing.md document. (tags: trunk)
View ArticleRefactor the TCL extension test procedure to deal with TCL8.6 and TCL9.0...
Refactor the TCL extension test procedure to deal with TCL8.6 and TCL9.0 separately, to simplify the procedures and reduce cognative stress on the tester. (tags: trunk)
View ArticleFurther refactoring of the TCL extension test procedure document, for...
Further refactoring of the TCL extension test procedure document, for improved clarity and usability. (tags: trunk)
View ArticleAdd test case for using both SQLITE_CHANGESETAPPLY_IGNORENOOP and...
Add test case for using both SQLITE_CHANGESETAPPLY_IGNORENOOP and SQLITE_CHANGESETAPPLY_FKNOACTION. (tags: trunk)
View ArticleFix a minor problem with the sqlite3_get_table_printf() test interface. No...
Fix a minor problem with the sqlite3_get_table_printf() test interface. No core changes. (tags: trunk)
View Article