I don't understand why the following transaction
behavior is correct or necessary.  The question
involves two simultaneous transactions on the same
database

Process 1       Process 2

BEGIN                           

                BEGIN

insert...

                insert...               fails "locked"

end                                     also fails "locked"

It seems that the end of a transaction can
fail even if all the intermediate actions
succeeded.
                

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

Reply via email to