Re: [sqlite] sqlite3_step behavior on empty set

2011-03-28 Thread Black, Michael (IS)
sqlite.org [sqlite-users-boun...@sqlite.org] on behalf of Igor Tandetnik [itandet...@mvps.org] Sent: Sunday, March 27, 2011 8:11 PM To: sqlite-users@sqlite.org Subject: EXT :Re: [sqlite] sqlite3_step behavior on empty set Sam Carleton <scarle...@miltonstreet.com> wrote: > Is my impressio

Re: [sqlite] sqlite3_step behavior on empty set

2011-03-27 Thread Igor Tandetnik
Sam Carleton wrote: > Is my impression correct that when calling sqlite3_step() on a query > that returns no rows, the result will be [SQLITE_DONE]? Yes. > If that is the case, might that be added to the documentation? "SQLITE_DONE means that the statement has

Re: [sqlite] sqlite3_step behavior on empty set

2011-03-27 Thread Simon Slavin
On 27 Mar 2011, at 9:24pm, Sam Carleton wrote: > Is my impression correct that when calling sqlite3_step() on a query > that returns no rows, the result will be [SQLITE_DONE]? If that is > the case, might that be added to the documentation? The SQLite documentation would profit greatly from a

[sqlite] sqlite3_step behavior on empty set

2011-03-27 Thread Sam Carleton
Is my impression correct that when calling sqlite3_step() on a query that returns no rows, the result will be [SQLITE_DONE]? If that is the case, might that be added to the documentation? ___ sqlite-users mailing list sqlite-users@sqlite.org