Re: [sqlite] Getting a handle to open blobs

2011-07-28 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/28/2011 09:21 AM, Clifford Hung wrote: > For statements, sqlite3_next_stmt() can be called to return a pointer to the > first prepared statement associated with a database connection In my opinion that API is a huge mistake outside the context

Re: [sqlite] Getting a handle to open blobs

2011-07-28 Thread Richard Hipp
On Thu, Jul 28, 2011 at 9:21 AM, Clifford Hung wrote: > I would like to make a feature request for a function to return a handle to > the first open blob handle. For statements, sqlite3_next_stmt() can be > called to return a pointer to the first prepared statement associated with a > database co

[sqlite] Getting a handle to open blobs

2011-07-28 Thread Clifford Hung
I would like to make a feature request for a function to return a handle to the first open blob handle. For statements, sqlite3_next_stmt() can be called to return a pointer to the first prepared statement associated with a database connection but there doesn't appear to be such a function for r