On 5 Nov 2019, at 7:27pm, x <tam118...@hotmail.com> wrote:

> I’m sure the team added a fct that listed the offenders but I can’t find it 
> in the documentation.

The first statement associated with an open connection is pointed to by the 
pStmt of that connection.  Once you've found the first statement call

sqlite3_next_stmt()

on it to find the next one.

<https://www.sqlite.org/c3ref/next_stmt.html>

Unfortunately the database connection is documented as 'opaque'.  I'm not 
certain for the ideal way in C to get the first statement from it.

Simon
-- 
 http://www.bigfraud.org     | I'd expect if a computer was involved
 No Buffy for you.           | it all would have been much worse.
 Leave quickly now. -- Anya  |                -- John "West" McKenna

_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to