On Wed, Feb 14, 2007 at 10:57:27PM +0200, Marius Gedminas wrote:
> On Tue, Feb 13, 2007 at 06:27:57PM -, Petra Chong wrote:
> > In the docs I have read that it is possible for non-zodb apps to plug
> > into the transaction framework. However, I am unable to find any
> > specifics as to how to d
Hi,
Am Mittwoch, den 14.02.2007, 23:05 +0100 schrieb Dieter Maurer:
> Petra Chong wrote at 2007-2-13 18:27 -:
> > ...
> >In the docs I have read that it is possible for non-zodb apps to plug
> >into the transaction framework. However, I am unable to find any
> >specifics as to how to do this.
Petra Chong wrote at 2007-2-13 18:27 -:
> ...
>In the docs I have read that it is possible for non-zodb apps to plug
>into the transaction framework. However, I am unable to find any
>specifics as to how to do this.
>
>What I'd like to do is this:
>
>1. Have my app import transaction
>2. When
On Tue, Feb 13, 2007 at 06:27:57PM -, Petra Chong wrote:
> In the docs I have read that it is possible for non-zodb apps to plug
> into the transaction framework. However, I am unable to find any
> specifics as to how to do this.
Read the Source, Luke. ;)
> What I'd like to do is this:
>
>
Hello all,
In the docs I have read that it is possible for non-zodb apps to plug
into the transaction framework. However, I am unable to find any
specifics as to how to do this.
What I'd like to do is this:
1. Have my app import transaction
2. When transaction.commit() is called from my app, ha