On Wed, Jul 26, 2017 at 12:16 PM, Clemens Ladisch <clem...@ladisch.de> wrote:
> Igor Korot wrote:
>> If I execute "BEGIN TRANSACTION" and for whatever reason the call will fail
>> will I get an error on COMMIT/ROLLBACK execution?
>
>  sqlite> begin immediate;
>  Error: database is locked
>  sqlite> rollback;
>  Error: cannot rollback - no transaction is active

Thx.

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

Reply via email to