Improved --explain display of FUZZDB test plans in testrunner.tcl. (tags: trunk)
Improved --explain display of FUZZDB test plans in testrunner.tcl. (tags: trunk)
View ArticleUpdate testrunner.tcl documentation. Fix typo in testrunner.tcl output....
Update testrunner.tcl documentation. Fix typo in testrunner.tcl output. (tags: trunk)
View ArticleAdd the "--fuzzdb FILENAME" to testrunner.tcl as an alternative to setting...
Add the "--fuzzdb FILENAME" to testrunner.tcl as an alternative to setting the FUZZDB environment variable (as that can be awkward to do on Windows). Further improvements to the testrunner.tcl...
View ArticleRemove the run-fuzzcheck makefile targets, since testrunner now accomplishes...
Remove the run-fuzzcheck makefile targets, since testrunner now accomplishes that for us, and does a better job of it. (tags: trunk)
View ArticleUpstream teaish for a tcl portability fix on Haiku and a much nicer impl of...
Upstream teaish for a tcl portability fix on Haiku and a much nicer impl of proj-tclConfig-sh-to-autosetup. (tags: trunk)
View ArticleFix an issue in Bloom filters on RHS subsqueries to IN operators. See...
Fix an issue in Bloom filters on RHS subsqueries to IN operators. See [forum:/forumpost/792a09cb3df9e69f|forum post 792a09cb3d] for a description of the problem. Also improve comments related to...
View ArticleFix a harmless problem in the CLI in which SQL errors that occur during the...
Fix a harmless problem in the CLI in which SQL errors that occur during the ".schema" command are properly ignored, yes still appear in the ".log" output. [forum:/forumpost/42fe6520b803be51|Forum post...
View ArticleMistake: Started from the wrong check-out. (tags: mistake)
Mistake: Started from the wrong check-out. (tags: mistake)
View ArticleAllow sqlite3_rsync to work on non-WAL-mode databases, as long as the...
Allow sqlite3_rsync to work on non-WAL-mode databases, as long as the --wal-only flag is not used. (tags: rsync-non-wal-mode)
View Article*MERGE* Enhance sqlite3_rsync so that, by default, it will sync non-WAL-mode...
*MERGE* Enhance sqlite3_rsync so that, by default, it will sync non-WAL-mode database files. Add a new command-line option --wal-only that restricts the sync to WAL-mode databases only (the former...
View ArticleDo not allow sqlite3_rsync to convert the replica from WAL-mode into...
Do not allow sqlite3_rsync to convert the replica from WAL-mode into DELETE-mode, as that can disrupt existing clients on the replica side. DELETE-mode to WAL-mode conversions are allowed, however. See...
View ArticleThis is the start of an experiment in getting sqlite3_rsync to use less...
This is the start of an experiment in getting sqlite3_rsync to use less bandwidth when the two databases are very similar, by sending hashes over blocks of pages initially, rather than over individual...
View ArticleBug fixes. Added new debugging features to better visualize the protocol....
Bug fixes. Added new debugging features to better visualize the protocol. (tags: faster-rsync)
View ArticleNow appears to be working. More testing needed. Refinement of the version-2...
Now appears to be working. More testing needed. Refinement of the version-2 algorithm needed. (tags: faster-rsync)
View ArticleClean up command-line parsing. Add the undocumented -protocol option for...
Clean up command-line parsing. Add the undocumented -protocol option for debugging. (tags: faster-rsync)
View ArticleImprovements to protocol negotiation. (tags: faster-rsync)
Improvements to protocol negotiation. (tags: faster-rsync)
View Article*MERGE* Enhance sqlite3_rsync (in a backwards-compatible way) so that it has...
*MERGE* Enhance sqlite3_rsync (in a backwards-compatible way) so that it has the ability to send hashes for blocks of pages in addition to individual pages. By judicious use of this capability, network...
View ArticlePromote the --protocol option to sqlite3_rsync from being an undocumented...
Promote the --protocol option to sqlite3_rsync from being an undocumented debug option to being a supported and user-visible option. This is sometimes needed to work around bugs in prior versions...
View ArticleAddition summary results output when using -vvv on sqlite3_rsync. (tags: trunk)
Addition summary results output when using -vvv on sqlite3_rsync. (tags: trunk)
View ArticleFix a harmless redundant variable declaration in sqlite3_rsync. (tags: trunk)
Fix a harmless redundant variable declaration in sqlite3_rsync. (tags: trunk)
View Article