Per Dan K. from the sqlite-dev mail list, I am to email the sqlite-users
mail list with documentation issues, so that they can be corrected.

 

I see the following issues, as denoted, in the current version (3.7.4) of
the docs on sqlite.org:

 

1)      http://www.sqlite.org/fts3.html

In Appendix A, there are at least 4 sample SQL statements that demonstrate
LIMIT and OFFSET use, with those two clauses reversed - i.e. .OFFSET 0 LIMIT
10.  should read as .LIMIT 10 OFFSET 0.

http://www.sqlite.org/lang_select.html seems to supports this ".the optional
OFFSET clause that may follow a LIMIT clause."

 

2)      http://www.sqlite.org/c3ref/create_function.html

The parameter numbering in the 7th and 8th paragraphs are off by 1.  It is
my belief that this text should be rewritten to read as 'The sixth, seventh,
and eighth parameters,.' and 'If the ninth parameter.'

 

3)      http://www.sqlite.org/c3ref/value_blob.html

In the 2nd paragraph, I believe that the reference to the 4th parameter
needs to be altered to read '.3rd parameter.', but am not 100% sure.  I am
using the 3rd parameter provided to my scalar callback function as the array
pointer and my code seems to be functioning as intended. 

 

Thank you.  Happy Holidays!  Take care.

 

-t

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to