You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OK, I implemented that patch plus methods directly on TLEngine itself (since the API is typically from the engine) as well as a rudimentary test in 82edfd0. What's not tested there is more complex interactions between standalone connections, transactions, and TLEngine but the idea for basic usage should be good.
Activity
sqlalchemy-bot commentedon Feb 19, 2008
Michael Bayer (@zzzeek) wrote:
hmm maybe ants has some time for this one, or I can get to it, it should be fairly straightforward. Do you have an immediate need for this ?
sqlalchemy-bot commentedon Feb 19, 2008
Changes by Michael Bayer (@zzzeek):
sqlalchemy-bot commentedon Feb 26, 2008
Anonymous wrote:
This patch fixes it for me. It was mostly there already. Laurence (l@lrowe.co.uk)
sqlalchemy-bot commentedon Feb 26, 2008
Michael Bayer (@zzzeek) wrote:
OK, I implemented that patch plus methods directly on
TLEngine
itself (since the API is typically from the engine) as well as a rudimentary test in 82edfd0. What's not tested there is more complex interactions between standalone connections, transactions, andTLEngine
but the idea for basic usage should be good.thanks for the patch !
sqlalchemy-bot commentedon Feb 26, 2008
Changes by Michael Bayer (@zzzeek):