On 4 Sep 2015, at 4:23pm, Domingo Alvarez Duarte <sqlite-mail at dev.dadbiz.es> 
wrote:

> I think that would be interesting to have functions similar to
> sqlite3_next_stmt/sqlite3_finalize for extensions something like this:  
> 
> 
> sqlite3_next_extension / sqlite3_finalize_extension  

Almost nobody uses sqlite3_next_stmt().  You're meant to use sqlite3_finalize() 
instead.  And if you can't use sqlite3_finalize() you just close the connection 
and allow SQLite to do its own cleanup.

So there has not been a lot of attention paid to anything using methods like 
sqlite3_next_stmt().  Is it not possible to use sqlite3_finalize() in your own 
code ?

Simon.

Reply via email to