*MERGE* Merge all the latest trunk changes into the reuse-schema branch....
*MERGE* Merge all the latest trunk changes into the reuse-schema branch. (tags: reuse-schema)
View ArticleImplemenation of experimental API sqlite3_schema_copy(), for copying a...
Implemenation of experimental API sqlite3_schema_copy(), for copying a database schema between connections. More testing to come. (tags: schema-copy)
View ArticleFix a problem with tool/mksqlite3h.tcl that prevents it from running out of a...
Fix a problem with tool/mksqlite3h.tcl that prevents it from running out of a read-only check-out. (tags: trunk)
View ArticleEnhance the makefile to make it easier to build from a read-only source tree....
Enhance the makefile to make it easier to build from a read-only source tree. (tags: trunk)
View ArticleMinor fixes to tclsqlite.c to promote portability. (tags: trunk)
Minor fixes to tclsqlite.c to promote portability. (tags: trunk)
View ArticleFix a typo in the previous check-in. (tags: trunk)
Fix a typo in the previous check-in. (tags: trunk)
View ArticleMake the TCL extension aware of the booleanString type within TCL. (tags: trunk)
Make the TCL extension aware of the booleanString type within TCL. (tags: trunk)
View ArticleEnhancements to the Tcl SQLite extension testing procedures so that they...
Enhancements to the Tcl SQLite extension testing procedures so that they install a full-featured SQLite and so that Tcl is build statically so that there is no need to worry with LD_LIBRARY_PATH....
View ArticleTypo in the previous check-in. (tags: trunk)
Typo in the previous check-in. (tags: trunk)
View ArticleFix a memory error in test logic introduced by [8704034254938662]. (tags: trunk)
Fix a memory error in test logic introduced by [8704034254938662]. (tags: trunk)
View ArticleImprovements to [14b38ae6ab86a314] so that the Tcl interface is better able...
Improvements to [14b38ae6ab86a314] so that the Tcl interface is better able to work with boolean values in both Tcl86 and Tcl90. (tags: trunk)
View ArticleFurther refinement to the Tcl extension testing procedure. (tags: trunk)
Further refinement to the Tcl extension testing procedure. (tags: trunk)
View ArticleFix many problems in the sqlite3_schema_copy() function. (tags: schema-copy)
Fix many problems in the sqlite3_schema_copy() function. (tags: schema-copy)
View ArticleEnsure that integrity-check processes tables in the same order when using a...
Ensure that integrity-check processes tables in the same order when using a copied schema as it does when using one loaded directly from the db. (tags: schema-copy)
View ArticleIn the doc/tcl-extension-testing.md document, provide enhanced explanation...
In the doc/tcl-extension-testing.md document, provide enhanced explanation for why the tcl library needs to be copied into the install directory. (tags: trunk)
View ArticleCross-link and otherwise improve the various how-to-compile documents. No...
Cross-link and otherwise improve the various how-to-compile documents. No code changes. (tags: trunk)
View ArticleFix a crash in fts5 that could occur if shadow tables are modified or...
Fix a crash in fts5 that could occur if shadow tables are modified or removed. (tags: trunk)
View ArticleFix problem in test code on this branch. (tags: schema-copy)
Fix problem in test code on this branch. (tags: schema-copy)
View ArticleFix another assert() failure in fts5. (tags: trunk)
Fix another assert() failure in fts5. (tags: trunk)
View ArticleWhen removing an fts5 in secure-delete mode, defer setting the table version...
When removing an fts5 in secure-delete mode, defer setting the table version to SECUREDELETE until flushing data to disk. This prevents problems that can occur if there is a rollback or statement...
View Article