[sqlalchemy] Re: problems with session transaction in SQLAlchemy 0.4

2007-11-15 Thread Manlio Perillo
Michael Bayer ha scritto: > > On Nov 7, 2007, at 4:26 PM, Manlio Perillo wrote: > >> I would like this interface to be public, so I can implement it for >> the >> Engine class in nadbapi. > > ok, its public, rev 3751. > Great, thanks. What about _execute_compiled :-)? I have just impleme

[sqlalchemy] Re: problems with session transaction in SQLAlchemy 0.4

2007-11-07 Thread Michael Bayer
On Nov 7, 2007, at 4:26 PM, Manlio Perillo wrote: > I would like this interface to be public, so I can implement it for > the > Engine class in nadbapi. ok, its public, rev 3751. --~--~-~--~~~---~--~~ You received this message because you are subscribed to th

[sqlalchemy] Re: problems with session transaction in SQLAlchemy 0.4

2007-11-07 Thread Manlio Perillo
Michael Bayer ha scritto: > > [...] > >> One last thing. >> With SQLAlchemy 0.3.x, my Engine class can be used to execute >> "implicit" >> queries. >> Now with 0.4.x this does not works, since the engine should implement >> additionals methods: >> statement_compiler and _execute_clauseelement.

[sqlalchemy] Re: problems with session transaction in SQLAlchemy 0.4

2007-11-07 Thread Michael Bayer
On Nov 7, 2007, at 3:06 PM, Manlio Perillo wrote: > > Michael Bayer ha scritto: >> I gleaned from your stack trace that youre using >> strategy="threadlocal" (full test cases are much more helpful). >> anyway, its a bug, fixed in r3748. >> > > Thanks, now finally nadbapi works with SQLAlchemy 0

[sqlalchemy] Re: problems with session transaction in SQLAlchemy 0.4

2007-11-07 Thread Manlio Perillo
Michael Bayer ha scritto: > I gleaned from your stack trace that youre using > strategy="threadlocal" (full test cases are much more helpful). > anyway, its a bug, fixed in r3748. > Thanks, now finally nadbapi works with SQLAlchemy 0.4. Sorry for not having provided full test cases, I was

[sqlalchemy] Re: problems with session transaction in SQLAlchemy 0.4

2007-11-07 Thread Michael Bayer
I gleaned from your stack trace that youre using strategy="threadlocal" (full test cases are much more helpful). anyway, its a bug, fixed in r3748. On Nov 7, 2007, at 9:22 AM, Manlio Perillo wrote: > > Hi. > > I'm trying to add support to SQLALchemy 0.4 in nadbapi: > http://hg.mperillo.at