Hi,

 

I threw an exception closing my connection due to prepared queries that
were not finalized.  I have a wrapper around sqlite3_close.  I would
like to detect and finalize all prepared statements associated with the
connection prior to calling sqlite3_close().  Is there a way to query
the connection to get the statements that have not been finalized?

 

Thanks

Jason

Reply via email to