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.4. > Sorry for not having provided full test cases, I was rather sure it > was > a problem in my code. > > 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. > > What's the reason of this change? do you mean "connectionless" execution ? i.e. engine.execute(<statement>) ? implicit is like table.select().execute(). both of these are supported in 0.4 even though some internals have changed. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
