[sqlite] Typo in docs

2019-12-13 Thread Adam Levy
The documentation for PRAGMA schema_version has a small grammar error in the first sentence: "The schema_version pragma will to get or set the value of the schema-version integer at offset 40 in the database header. " Note the "will to get or set". The "to" should be removed. Thanks Adam

[sqlite] Typo - https://www.sqlite.org/see/doc/trunk/www/index.wiki

2019-03-13 Thread Chris Locke
On the page https://www.sqlite.org/see/doc/trunk/www/index.wiki in the 'key links' section, there is a link to 'Files in the lastest release of SEE'. This should be 'latest' and not 'lastest'. Thanks, Chris ___ sqlite-users mailing list

Re: [sqlite] Typo in FTS5 documentation

2019-02-18 Thread Dan Kennedy
On 17/2/62 02:21, J. King wrote: states: the following three queries all specify the same phrase: Four queries are then listed. Presumably it should read: Thanks for pointing this out. Will be fixed next time the website is built and

[sqlite] Typo in FTS5 documentation

2019-02-16 Thread J. King
states: > the following three queries all specify the same phrase: Four queries are then listed. Presumably it should read: > the following four queries all specify the same phrase: -- J. King ___

[sqlite] Typo in Session extension documentation

2019-01-13 Thread gwenn
Hi, https://sqlite.org/session/sqlite3changegroup_add_strm.html int eConflict, /* DATA, MISSING, CONFLICT, CONSTRAINT */ should be int eConflict, /* DATA, NOTFOUND, CONFLICT, CONSTRAINT, FOREIGN_KEY */ based on https://sqlite.org/session/c_changeset_conflict.html Regards.

Re: [sqlite] Typo

2018-12-26 Thread Richard Hipp
Thanks. Fixed at https://www.sqlite.org/docsrc/info/2ffc105f81a74dad and on the website. On 12/26/18, Wolfgang Enzinger wrote: > > Another one in https://www.sqlite.org/security.html: > > "... even with presented with maliciously malformed SQL inputs or database > files." > > Should be "...

Re: [sqlite] Typo

2018-12-26 Thread Wolfgang Enzinger
Am Tue, 25 Dec 2018 08:59:45 +0100 schrieb gwenn: > There is a typo here: > https://sqlite.org/session/sqlite3changeset_op.html >> If pbIncorrect is not NULL, then *pbIndirect is set to true > Should be pbIndirect instead of pbIncorrect. Another one in https://www.sqlite.org/security.html: "...

Re: [sqlite] Typo

2018-12-25 Thread Mike King
Sadly by the time you get here it will be over for another year. Still seasons greetings from the UK. On Tue, 25 Dec 2018 at 13:45, Richard Hipp wrote: > On 12/25/18, Mike King wrote: > > It’s > > Christmas Day so surely you deserve a mince pie and a fine single malt :) > > Sounds great! Send

Re: [sqlite] Typo

2018-12-25 Thread Richard Hipp
On 12/25/18, Mike King wrote: > It’s > Christmas Day so surely you deserve a mince pie and a fine single malt :) Sounds great! Send me your address and I'll be right over! ;-) -- D. Richard Hipp d...@sqlite.org ___ sqlite-users mailing list

Re: [sqlite] Typo

2018-12-25 Thread Mike King
Surely I speak for all of when I say I hope you have a fantastic Christmas Richard and thanks for everything you do. Do you ever stop though? It’s Christmas Day so surely you deserve a mince pie and a fine single malt :) Cheers On Tue, 25 Dec 2018 at 11:18, Richard Hipp wrote: > Thanks. Fixed

Re: [sqlite] Typo

2018-12-25 Thread Richard Hipp
Thanks. Fixed here: https://www.sqlite.org/src/info/a1f50d57ce76f6c0 On 12/25/18, gwenn wrote: > Hi, > There is a typo here: > https://sqlite.org/session/sqlite3changeset_op.html >> If pbIncorrect is not NULL, then *pbIndirect is set to true > Should be pbIndirect instead of pbIncorrect. >

[sqlite] Typo

2018-12-25 Thread gwenn
Hi, There is a typo here: https://sqlite.org/session/sqlite3changeset_op.html > If pbIncorrect is not NULL, then *pbIndirect is set to true Should be pbIndirect instead of pbIncorrect. Regards. ___ sqlite-users mailing list

Re: [sqlite] Typo in window function docs

2018-07-06 Thread Dan Kennedy
On 07/06/2018 03:59 AM, Charles Leifer wrote: In section 2, the docs read: The default is: RANGE BETWEEN UNBOUNDED PRECEDING TO CURRENT ROW I believe it should read instead: RANGE BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW Thanks. Now fixed here:

[sqlite] Typo in window function docs

2018-07-05 Thread Charles Leifer
In section 2, the docs read: The default is: RANGE BETWEEN UNBOUNDED PRECEDING TO CURRENT ROW I believe it should read instead: RANGE BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org

Re: [sqlite] Typo in window function docs

2018-07-02 Thread Dan Kennedy
On 07/02/2018 03:14 PM, Domingo Alvarez Duarte wrote: Hello ! This sql example on the new window function docs is missing the parenthesis on the "rank" function: Thanks for pointing this out. New version uploaded now. Dan. === SELECT x, y, row_number() OVER*win1*, rank OVER*win2*

[sqlite] Typo in window function docs

2018-07-02 Thread Domingo Alvarez Duarte
Hello ! This sql example on the new window function docs is missing the parenthesis on the "rank" function: === SELECT x, y, row_number() OVER*win1*, rank OVER*win2* FROM t0 --< here the rank function is missing "()" WINDOW*win1* AS (ORDER BY y RANGE BETWEEN UNBOUNDED PRECEDING AND

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

[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

[sqlite] Typo on https://www.sqlite.org/draft/c3ref/c_trace.html

2018-01-18 Thread Olivier Mascia
If I'm not mistaken, on https://www.sqlite.org/draft/c3ref/c_trace.html , the sentence "The third argument to sqlite3_trace_v2() is an OR-ed combination..." should read "The second argument...", according to

[sqlite] Typo on VFS webpage

2017-11-02 Thread Luke Shumaker
On https://www.sqlite.org/vfs.html in the paragraph about test_quota.c, in one instance it says "quote groups" instead of "quota groups" ^ ^ -- Happy hacking, ~ Luke Shumaker ___ sqlite-users mailing list

Re: [sqlite] Typo & missing link

2017-10-27 Thread Richard Hipp
Thanks. The README has now been converted into a README.md and has been updated with the latest project status and the typo has been fixed. On 10/27/17, Mark Summerfield wrote: > On this page: > > https://sqlite.org/src4/tree?ci=trunk > > It says: > > The developers do not

[sqlite] Typo & missing link

2017-10-27 Thread Mark Summerfield
On this page: https://sqlite.org/src4/tree?ci=trunk It says: The developers do not use teh configure script. Which has a typo; should be: The developers do not use the configure script. Also, this page mentions linux and windows binaries, but provides no link to them. Nor can I find

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] 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] Typo in the docs

2016-05-26 Thread Igor Korot
Hi, Page https://www.sqlite.org/see/doc/trunk/www/readme.wiki [quote] Do decrypt a database do this: .rekey old-key "" [/quote] I think it should be "To decrypt..." Thank you. ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org

[sqlite] Typo in website

2013-11-18 Thread Philip Newton
http://www.sqlite.org/tempfiles.html says, in section "2.1 Rollback Journals": "The OFF journal mode causes SQLite to the rollback journal." There seems to be a verb missing in that sentence. (Unless you were referencing the meme: "I switched the journal mode to OFF and accidentally the

[sqlite] typo in vdbe.c

2012-08-29 Thread li yusheng
file vdbe.c line 659: /* On any opcode with the "out2-prerelase" tag, free any should be "out-prerelease" ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

[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

Re: [sqlite] Typo on hwaci.com website (cerod.html)

2012-08-12 Thread Bernd
Am 12.08.2012 02:32, schrieb Theodore M. Rolle, Jr. (Ted): And "You will" is _so_ geek. As are passive sentences. "Will" indicates that the object that is in the future. It should never be used for currently-running software, licensing, ... . . . It might be good to be consistent about

[sqlite] Typo on hwaci.com website (cerod.html)

2012-08-11 Thread Philip Newton
Hi there, http://www.hwaci.com/sw/sqlite/cerod.html contains the sentence " This utility program (called cerod_build.exe) reads an ordinary, uncompressed and unencrypted SQLite database built by a public-domain version of SQLite and constructs and equivalent compressed and encrypted CEROD

[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

[sqlite] Typo in source code comment

2012-03-01 Thread gwenn
/*** EXPERIMENTAL *** ** ** Register a function to be invoked when a transaction comments. ** If the invoked function returns non-zero, then the commit becomes a ** rollback. */ SQLITE_API void *sqlite3_commit_hook( :s/comments/commits/ ___ sqlite-users

[sqlite] typo in sqlite.c

2010-10-31 Thread marcus eber
Hi, I guess there is a typo at the beginning of sqlite.c Orignal text: ...Performance improvements of 5% are more are commonly seen when SQLite is compiled as a single translation unit. Should be (are->AND) ... of 5% AND more are commonly ... Regards, Marcus -- Neu: GMX De-Mail - Einfach

Re: [sqlite] typo fixing patch for http://www.sqlite.org/version3.html

2010-08-09 Thread Adrian Aichner
Here is the little patch verbatim. Regards, Adrian diff -u c:\Hacking\sqlite3\version3.html.~1~ c:\Hacking\sqlite3\version3.html --- c:\Hacking\sqlite3\version3.html.~1~ 2010-08-08 17:54:51.12500 +0200 +++ c:\Hacking\sqlite3\version3.html 2010-08-08 17:54:51.140625000 +0200 @@ -235,8 +235,8

Re: [sqlite] typo fixing patch for http://www.sqlite.org/version3.html

2010-08-09 Thread Simon Slavin
On 9 Aug 2010, at 12:37pm, Richard Hipp wrote: > On Mon, Aug 9, 2010 at 7:23 AM, Simon Slavin wrote: > >> On 8 Aug 2010, at 5:00pm, Adrian Aichner wrote: >> >>> I hope you'll find this little patch useful. >> >> Attachments are stripped from messages to this list.

Re: [sqlite] typo fixing patch for http://www.sqlite.org/version3.html

2010-08-09 Thread Richard Hipp
On Mon, Aug 9, 2010 at 7:23 AM, Simon Slavin wrote: > > On 8 Aug 2010, at 5:00pm, Adrian Aichner wrote: > > > I hope you'll find this little patch useful. > > Attachments are stripped from messages to this list. Please describe what > your patch does in your message, and

Re: [sqlite] typo fixing patch for http://www.sqlite.org/version3.html

2010-08-09 Thread Simon Slavin
On 8 Aug 2010, at 5:00pm, Adrian Aichner wrote: > I hope you'll find this little patch useful. Attachments are stripped from messages to this list. Please describe what your patch does in your message, and post the URL where interested people can download it. Simon.

[sqlite] typo fixing patch for http://www.sqlite.org/version3.html

2010-08-09 Thread Adrian Aichner
Greetings! I hope you'll find this little patch useful. I'm not sure whether this webpage is auto-generated. In that case the patch should still be useful to spot the typos. Thanks for this great SQL database engine! -- Adrian Aichner mailto:adrian.aich...@gmail.com

Re: [sqlite] typo in src/os_os2.c

2010-07-30 Thread Michael Knigge
> Do you have an OS/2 compile capability? The SQLite developers do not. We > would appreciate your assistance in testing SQLite on OS/2. If you can You don't have OS/2 or you can't get it working? OS/2 is about $US 5 on eBay. AFAIK it runs not under VMWare but I've read that it runs under

Re: [sqlite] typo in src/os_os2.c

2010-07-29 Thread Richard Hipp
On Wed, Jul 28, 2010 at 4:46 PM, Tamas TEVESZ wrote: > > hello, > > diff says it all: > > - OSTRACE( "OPEN want %d\n", flags )); > + OSTRACE(( "OPEN want %d\n", flags )); > > Previously found and fixed here: http://www.sqlite.org/src/ci/a6bb2108bf Do you have an OS/2

[sqlite] typo in src/os_os2.c

2010-07-29 Thread Tamas TEVESZ
hello, diff says it all: diff -urN sqlite-3.7.0.orig/src/os_os2.c sqlite-3.7.0/src/os_os2.c --- sqlite-3.7.0.orig/src/os_os2.c 2010-07-18 21:30:41.0 +0200 +++ sqlite-3.7.0/src/os_os2.c 2010-07-28 22:34:26.784414844 +0200 @@ -779,7 +779,7 @@ memset( pFile, 0, sizeof(*pFile)

[sqlite] Typo in SQLite documentation

2010-03-31 Thread Nicolas Kaiser
Hi there! I just spotted a typo in the SQLite documentation at http://www.sqlite.org/lang_datefunc.html "SQL As Understood By SQLite: Date And Time Functions" In the "Examples" section, Compute the number of days since the signing of the US Declaration of Independent. SELECT

Re: [sqlite] Typo on website

2008-10-02 Thread D. Richard Hipp
On Oct 2, 2008, at 5:05 PM, Alexey Pechnikov wrote: > Hello! > > В сообщении от Thursday 02 October 2008 18:15:01 John > Elrick написал(а): >> While I was reading http://sqlite.org/lang_corefunc.html, I noticed >> what >> appears to be a typo: >> >> 'Return a copy of string /X/ will all

Re: [sqlite] Typo on website

2008-10-02 Thread Alexey Pechnikov
Hello! В сообщении от Thursday 02 October 2008 18:15:01 John Elrick написал(а): > While I was reading http://sqlite.org/lang_corefunc.html, I noticed what > appears to be a typo: > > 'Return a copy of string /X/ will all ASCII characters converted to > lower case.' > > I believe this is supposed

[sqlite] Typo on website

2008-10-02 Thread John Elrick
While I was reading http://sqlite.org/lang_corefunc.html, I noticed what appears to be a typo: 'Return a copy of string /X/ will all ASCII characters converted to lower case.' I believe this is supposed to read: 'Return a copy of string /X/ with all ASCII characters converted to lower case.'