Re: [sqlite] SQLite website documentation query

2012-09-13 Thread Simon Slavin

On 13 Sep 2012, at 10:39pm, Richard Hipp  wrote:

> 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).


This is what I expected would turn up, somewhere, a discussion of what each 
error code meant for SQLite3.  This has always worked fine for other things I 
looked up and was very surprised to turn up something for SQLite2, which is why 
I posted.  Should I now understand that there is no in-depth discussion of 
result codes for SQLite3 ?

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

I think I googled 'SQLITE_ERROR', and that was the only page returned which 
appeared to have more than the 'c_abort' page I'm familiar with.  But I just 
tried it again and I didn't get the Version 2 page in Google's results.  Sorry 
and all that.

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


Re: [sqlite] SQLite website documentation query

2012-09-13 Thread Richard Hipp
On Thu, Sep 13, 2012 at 5:21 PM, Simon Slavin  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


[sqlite] SQLite website documentation query

2012-09-13 Thread Simon Slavin
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 ?

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