CLI arg handling robustness improvements. (tags: sqlite3-rsync)
CLI arg handling robustness improvements. (tags: sqlite3-rsync)
View Article*MERGE* Enhancements to sqlite_dbpage() so that it accepts INSERT statements...
*MERGE* Enhancements to sqlite_dbpage() so that it accepts INSERT statements that can extend or truncate the database. Add the sqlite3-rsync utility program that make a copy of a live database over...
View Article*MERGE* Merge subsequent changes to sqlite-rsync that were accidentally...
*MERGE* Merge subsequent changes to sqlite-rsync that were accidentally missed by the prior check-in. (tags: trunk)
View ArticleFix the fts5 xInstToken() API for prefix queries that do not use...
Fix the fts5 xInstToken() API for prefix queries that do not use prefix-indexes. This is experimental. (tags: fts5-tokendata-prefix)
View ArticleProvide more opportunity for the remote side in sqlite3-rsync to send error...
Provide more opportunity for the remote side in sqlite3-rsync to send error messages back to the local side. Be sure to invoke pclose2() when done. (tags: trunk)
View ArticleImproved error message in sqlite3-rsync if the SQL statement for ORIGIN_TXN...
Improved error message in sqlite3-rsync if the SQL statement for ORIGIN_TXN fails. (tags: trunk)
View ArticleIn sqlite3-rsync, open the replica database using ATTACH since the...
In sqlite3-rsync, open the replica database using ATTACH since the sqlite3_dbpage virtual table is technically a part of "main". This avoids locking problems. (tags: trunk)
View ArticleCleanup the sqlite3-rsync executable as part of "make clean" (tags: trunk)
Cleanup the sqlite3-rsync executable as part of "make clean" (tags: trunk)
View ArticleFix a typo in an error message in sqlite3-rsync. (tags: trunk)
Fix a typo in an error message in sqlite3-rsync. (tags: trunk)
View ArticleTicket [accfef33172b956d|accfef3317] Unicode output from the CLI subprocess...
Ticket [accfef33172b956d|accfef3317] Unicode output from the CLI subprocess not displayed correctly on Windows. status still Closed with 3 other changes
View ArticleIn sqlite3-rsync, do not allow the '/' character to appear anywhere in the...
In sqlite3-rsync, do not allow the '/' character to appear anywhere in the USER@HOST: prefix to one of the argument databases. (tags: trunk)
View ArticleAdd assert() statements to some of the sqlite3_bind() APIs that help human...
Add assert() statements to some of the sqlite3_bind() APIs that help human readers and static analyzers, both, reason about the code and verify that it is memory safe. (tags: trunk)
View ArticleFix harmless static analyzer warning in sqlite3-rsync. (tags: trunk)
Fix harmless static analyzer warning in sqlite3-rsync. (tags: trunk)
View ArticleFix the preupdate hook so that it works when the "old.*" row has a column...
Fix the preupdate hook so that it works when the "old.*" row has a column with a non-NULL default value that was added by ALTER TABLE ADD COLUMN after the current record was created. (tags:...
View ArticleFix sqlite3-rsync so that it recognizes drive-letters on the front of...
Fix sqlite3-rsync so that it recognizes drive-letters on the front of pathnames in Windows, and does not misinterpret them as hostnames. (tags: trunk)
View Article*MERGE* Fix the preupdate hook so that it works when the "old.*" row has a...
*MERGE* Fix the preupdate hook so that it works when the "old.*" row has a column with a non-NULL default value that was added by ALTER TABLE ADD COLUMN after the current record was created. (tags: trunk)
View ArticleImprovements to the scope of valueFromFunction(). (tags: trunk)
Improvements to the scope of valueFromFunction(). (tags: trunk)
View ArticleImprovements to the scope of valueFromFunction(). (tags: branch-3.28)
Improvements to the scope of valueFromFunction(). (tags: branch-3.28)
View ArticleImproved rebustness to malformed UTF-16 inputs to sqlite3_prepare16_v2()....
Improved rebustness to malformed UTF-16 inputs to sqlite3_prepare16_v2(). (tags: trunk)
View Article