On Thu, Sep 13, 2012 at 5:21 PM, Simon Slavin <slav...@bigfraud.org> wrote:

> I'm looking for an in-depth discussion of what each of the error codes
> mean, like the one on the page
>
> http://www.sqlite.org/c_interface.html
>
> which appears from its position to be part of the current, up-to-date
> documentation for SQLite.  However, that page has the title
>
> "The C language interface to SQLite Version 2"
>
> Should this say version 3 ?  Or is there an up-to-date version for SQLite3
> which I can't find, and this one should be moved to a historical section ?
>

No.  The document you found really does describe SQLite version 2.

All the links to the version 2 documentation are carefully hidden.  They
are buried deep down inside the list of all documents (
http://www.sqlite.org/doclist.html) and in the permuted index (
http://www.sqlite.org/sitemap.html#pindex) and are found nowhere else.
Links to the version 3 documentation, on the other hand, are plastered all
over the homepage (http://www.sqlite.org), getting high-value placement
right there under "Common Links" on the right-hand side, and featured on
the "About" page (http://www.sqlite.org/about.html) and are relatively near
the top on the "Documentation" page (http://www.sqlite.org/docs.html).

How did you manage to fine the version 2 documentation page?



>
> I note that the page talks about _exec() a lot whereas I'd expect a
> documentation page for SQLite3 to be talking about _prepare() or something
> like that instead.
>
> Simon.
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



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

Reply via email to