Sorry for not being clear enough.

I meant something that released all open files, blob handles, statement
handles etc., without terminating the process.

I guess that this must've been considered and that there is a practical or
philosophical objection to it.


-----Original Message-----
From: sqlite-users-boun...@sqlite.org
[mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Roger Binns
Sent: Sunday, 27 June 2010 12:40 PM
To: General Discussion of SQLite Database
Subject: Re: [sqlite] sqlite3_abort()?

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 06/26/2010 07:29 PM, Bill Webster wrote:
> Excuse me as an extreme newbie, but it would seem useful to have a method
> that is guaranteed to release all resources.
> 
> Perhaps it exists and I just didn't see it?

It does indeed and is provided by your operating system.  Just exit the
process and *everything* will be cleaned up.

You can interrupt running queries with sqlite3_interrupt().

Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkwmufAACgkQmOOfHg372QRNwwCfRbxlM9wWtA/58viozuhKK5ol
R9MAnR5J4lzS75RSLGJPep0vUH6QWliy
=OecD
-----END PGP SIGNATURE-----
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

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

Reply via email to