Fix cases surrounding blob values being stored in locale=1 fts5 tables....
Fix cases surrounding blob values being stored in locale=1 fts5 tables. (tags: fts5-locale)
View ArticleImplement a new comparison routine to compare text renderings of floating...
Implement a new comparison routine to compare text renderings of floating point values. This gets the number of failures down to just 5. But the routine needs work, and probably refactoring. (tags: tcl9)
View ArticleAdjust a few tests that don't work even with the new floating point...
Adjust a few tests that don't work even with the new floating point comparison routine. (tags: tcl9)
View ArticleFix a problem with strictly conforming UTF8 in shell1.test. (tags: tcl9)
Fix a problem with strictly conforming UTF8 in shell1.test. (tags: tcl9)
View ArticleFix problems uncovered while testing Tcl9 on Windows. (tags: tcl9)
Fix problems uncovered while testing Tcl9 on Windows. (tags: tcl9)
View ArticleRemove obsolete testfixture TCL commands formerly required by Windows but now...
Remove obsolete testfixture TCL commands formerly required by Windows but now handled by Tcl itself. Update tests case accordingly. (tags: tcl9)
View ArticleAdd missing documentation for new features to fts5.h. (tags: fts5-locale)
Add missing documentation for new features to fts5.h. (tags: fts5-locale)
View ArticleFix a typo in testrunner_data.tcl that prevented --with-tcl specifications...
Fix a typo in testrunner_data.tcl that prevented --with-tcl specifications from being carried through into sub-builds. Adjust test cases to account for new floating-point differences discovered when...
View ArticleFixes to testfixture routines needed to test snapshots. (tags: tcl9)
Fixes to testfixture routines needed to test snapshots. (tags: tcl9)
View ArticleUnder Tcl9, the %x format letter truncates to 32-bits. Must use %llx in order...
Under Tcl9, the %x format letter truncates to 32-bits. Must use %llx in order to get a 64-bit rendering. (tags: tcl9)
View ArticleMore tweaks to testfixture-implemented TCL commands to make them safe for...
More tweaks to testfixture-implemented TCL commands to make them safe for Tcl9. (tags: tcl9)
View ArticleFix various problems with the code on this branch. (tags: fts5-locale)
Fix various problems with the code on this branch. (tags: fts5-locale)
View Article*MERGE* Changed: Move this back onto the branch. It isn't ready for trunk...
*MERGE* Changed: Move this back onto the branch. It isn't ready for trunk yet. Fix the tclsqlite.c TCL interface module so that it works with both Tcl8 and Tcl9. Make changes across the TCL-based test...
View ArticleUse `` instead of `"tcl.h"` to include the TCL interface. (tags: tcl9)
Use `` instead of `"tcl.h"` to include the TCL interface. (tags: tcl9)
View ArticleFix typo in testrunner.tcl for the "status" command that was causing it to...
Fix typo in testrunner.tcl for the "status" command that was causing it to fail if any errors were seen. (tags: tcl9)
View ArticleMake the #include section of tclsqlite.c the same as tclsqlite.h. (tags: tcl9)
Make the #include section of tclsqlite.c the same as tclsqlite.h. (tags: tcl9)
View Articletestrunner.db should be in WAL mode for improved concurrency while running...
testrunner.db should be in WAL mode for improved concurrency while running "watch sqlite3 test/testrunner.tcl status". (tags: tcl9)
View Article*MERGE* Fix the tclsqlite.c TCL interface module so that it works with both...
*MERGE* Fix the tclsqlite.c TCL interface module so that it works with both Tcl8 and Tcl9. Make changes across the TCL-based test harness to enable SQLite to be tested with either Tcl8 or Tcl9. Get the...
View Article*MERGE* Merge all the latest trunk enhancements into the exists-to-join...
*MERGE* Merge all the latest trunk enhancements into the exists-to-join branch. (tags: exists-to-join)
View Article*MERGE* Merge the latest trunk enhancements into the lateral-join branch....
*MERGE* Merge the latest trunk enhancements into the lateral-join branch. (tags: lateral-join)
View Article