On 3/30/07, Oleg Broytmann <ph...@ph...> wrote:
> Hello!
>
> On Wed, Mar 28, 2007 at 09:38:20PM +0200, Markus Gritsch wrote:
> > the problem is, that
> > doInTransaction() restores the old connection unconditionally to
> > sqlhub.threadConnection, although self.getConnection() returns
> > sqlhub.processConnection in case it is set. And since
> > doInTransaction() sets sqlhub.threadConnection, changing
> > sqlhub.processConnection afterwards has no effect anymore.
>
> Any opinion on the attached patch?
Looks good so far -- I will try it in the evening. Thanks,
Markus
|