Subject | Re: [Firebird-Architect] Autonomous Transaction Routines |
---|---|
Author | Vlad Khorsun |
Post date | 2007-11-01T20:07:57Z |
> What is the relationship between an autonomous transaction and itsIt would be visible to the subsequent autonomous block of code ;)
> parent? If they are independent, the parent won't be able to see the
> results of the autonomous transaction, which is theoretically acceptable
> but likely to cause some serious complaint.
> With a modest amount of theAre we really needs such complex behavior ?
> work, the autonomous transaction could be made visible to the parent but
> would still surive rollback of the parent.
> I agree that such a facility would be useful. But I also agree withAgree
> Nando that implementing them programmatically with explicit BEGIN / END
> statements is a more general, flexible, and powerful mechanism than
> declaring a procedure to execute under an autonomous transaction
> allowing, for example, autonomous transactions in loops.
Regards,
Vlad