[sqlite] Documentation fault for errcode.html

2015-03-17 Thread Simon Slavin
On 17 Mar 2015, at 8:41pm, Richard Hipp wrote: > Modified copy found at https://www.sqlite.org/draft/c3ref/errcode.html That one is clear. Thanks. Simon.

[sqlite] Documentation fault for errcode.html

2015-03-17 Thread Simon Slavin
The first two sentences on this page contradict one-another. Here they are: "The sqlite3_errcode() interface returns the numeric result code or extended result code for the most recent failed sqlite3_* API call associated with a database connection.

[sqlite] Documentation fault for errcode.html

2015-03-17 Thread Richard Hipp
On 3/17/15, Richard Hipp wrote: > On 3/17/15, Simon Slavin wrote: >> The first two sentences on this page >> >> >> >> contradict one-another. Here they are: >> >> "The sqlite3_errcode() interface returns the numeric result code or >> extended >> result

[sqlite] Documentation fault for errcode.html

2015-03-17 Thread Richard Hipp
On 3/17/15, Simon Slavin wrote: > The first two sentences on this page > > > > contradict one-another. Here they are: > > "The sqlite3_errcode() interface returns the numeric result code or extended > result code for the most recent failed sqlite3_* API