Quantcast
Browsing all 2742 articles
Browse latest View live

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 Article

Fix 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 Article

Provide 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 Article


Improved 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 Article

In 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 Article

Cleanup the sqlite3-rsync executable as part of "make clean" (tags: trunk)

Cleanup the sqlite3-rsync executable as part of "make clean" (tags: trunk)

View Article


Fix a typo in an error message in sqlite3-rsync. (tags: trunk)

Fix a typo in an error message in sqlite3-rsync. (tags: trunk)

View Article


Ticket [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 Article

In 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 Article

Add 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 Article

Fix harmless static analyzer warning in sqlite3-rsync. (tags: trunk)

Fix harmless static analyzer warning in sqlite3-rsync. (tags: trunk)

View Article


Fix 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 Article

Fix 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 Article

Improvements to the scope of valueFromFunction(). (tags: trunk)

Improvements to the scope of valueFromFunction(). (tags: trunk)

View Article


Improvements to the scope of valueFromFunction(). (tags: branch-3.28)

Improvements to the scope of valueFromFunction(). (tags: branch-3.28)

View Article

Remove a stray newline. (tags: trunk)

Remove a stray newline. (tags: trunk)

View Article

Improved 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
Browsing all 2742 articles
Browse latest View live