[sqlite] System.Data.SQLite version 1.0.104.0 released

2016-12-16 Thread Joe Mistachkin
System.Data.SQLite version 1.0.104.0 (with SQLite 3.15.2) is now available on the System.Data.SQLite website: https://system.data.sqlite.org/ Further information about this release can be seen at: https://system.data.sqlite.org/index.html/doc/trunk/www/news.wiki Please post on the

Re: [sqlite] shell: fix blob partial missing when readfile

2016-12-16 Thread Keith Medcalf
Ugly formatting aside (did you send this HTML formatted rather than as text/plain perchance), this is indeed a "bug" (as in does not return correct results) in the version of the "readfile" SQLite function included in shell.c. This issue does not exist with the extension version in fileio.c.

[sqlite] shell: fix blob partial missing when readfile

2016-12-16 Thread gavin4code
Hi all, I found a readfile() BUG with version 3.15.2, it will cause file's partial content missed. Just as bellow says: commit e624d8571dfeb30566da72657c71776e2f6c1a56Author: Gang Deng Date: Thu Dec 15 21:58:07 2016 +0800 shell: fix blob partial missing when readfile