On 09/06/2011 12:04 AM, Stephan Beal wrote:
On Mon, Sep 5, 2011 at 6:59 PM, Dan Kennedy<[email protected]> wrote:
You could get the same effect by wrapping your loop in a BEGIN/COMMIT
block.
Out of curiosity: would a BEGIN/ROLLBACK be equivalent for this case (where
only SELECTs are used)?
It would be. A ROLLBACK might use a trivial amount more CPU cycles.
Nothing you would notice though.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users