On 23 Nov 2013, at 8:41am, Igor Korot <[email protected]> wrote: > I > don't have to use SAVEPOINT/RELEASE in this case.
Savepoints /is/ nested transactions. At least the effect is the same. Had the person who devised SQL thought it through, he'd have thought up savepoints instead of transactions and we wouldn't use transactions at all. So don't worry about it, just use them. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

