Igor Korot wrote:
> If I understand correctly, I can do this (pseudo-code):
>
> BEGIN TRANSACTION;
> // some SQL statements
> BEGIN TRANSACTION;

sqlite> begin; begin;
Error: cannot start a transaction within a transaction

> This scenario will not end up with with unfinished transaction and I
> don't have to use SAVEPOINT/RELEASE in this case.

You have to use SAVEPOINT/RELEASE.

(Why don't you want to use it?)


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

Reply via email to