Re: [sqlite] Typo in documentation for .sha3sum CLI command

2018-05-11 Thread Richard Hipp
Thank you for the bug report. Should now be fixed on trunk. On 5/10/18, Aaron Zeng wrote: > Hi folks, > > The documentation > for > the .sha3sum CLI command indicates that the default variety of SHA-3 used > is SHA-256, but (

[sqlite] Typo in documentation for .sha3sum CLI command

2018-05-10 Thread Aaron Zeng
Hi folks, The documentation for the .sha3sum CLI command indicates that the default variety of SHA-3 used is SHA-256, but (at least on 3.19.3) when the command is run without options, I get a 56-hex digit output, indicating SHA

Re: [sqlite] typo in documentation

2017-08-20 Thread Richard Hipp
Should be fixed now. Thanks. On 8/20/17, Dennis Cote wrote: > On the web page at http://sqlite.org/csv.html the following text appears: > > The CVS virtual table is not built into the SQLite amalgamation. > > The acronym CVS should be CSV. > > HTH > > Dennis Cote > > ___

[sqlite] typo in documentation

2017-08-20 Thread Dennis Cote
On the web page at http://sqlite.org/csv.html the following text appears:     The CVS virtual table is not built into the SQLite amalgamation. The acronym CVS should be CSV. HTH Dennis Cote ___ sqlite-users mailing list sqlite-users@mailinglists.sql

[sqlite] Typo in documentation

2017-04-11 Thread J. King
The first paragraph in Section 2 of states in part: ... And the SQLITE_OMIT_PROGESS_CALLBACK option is only usable by applications... Note the missing R in PROGRESS. -- J. King ___ sqlite-users mailing list sqlite-us

[sqlite] Typo in documentation for fts trigger

2012-08-22 Thread AJ ONeal
http://www.sqlite.org/fts3.html CREATE TRIGGER t2_bu AFTER UPDATE ON t2 BEGIN INSERT INTO t3(docid, b, c) VALUES(new.rowid, new.b, new.c); END; CREATE TRIGGER t2_bd AFTER INSERT ON t2 BEGIN INSERT INTO t3(docid, b, c) VALUES(new.rowid, new.b, new.c); END; should have the _bu and _bd postfix

[sqlite] Typo in documentation

2012-03-31 Thread Barbu Paul Gheorghe
Hello! I just found a typo in http://www.sqlite.org/fileformat.html Search for "stored with the must significant byte first" that should read: "stored with the most significant byte first". A one letter typo, no big deal. -- Barbu Paul - Gheorghe Common sense is not so common - Voltaire Visit