On Tue, Sep 30, 2008 at 10:53 AM, Remi Jolin - SysGroup <[EMAIL PROTECTED]> wrote: > > le 30.09.2008 08:56 Florent Aide a écrit: > [...] >> >> Personally my code does not use those mappers' provided methods and >> always use the session.query(Klass).filter(Klass.attr==1) form. This >> comes from my strong belief from the beginning that we should use >> "plain old SA". But I'm aware a lot of people out there will have to >> find alternatives. >> > I'm using Elixir and all my code uses the Klass.query.filter(...) syntax > provided by Elixir. > Would your changes break Elixir usage ?
I'm not an Elixir expert but I expect Elixir to continue to work with nearly no changes. After all Elixir users out there are not always using TG and I'm sure lot of them don't use contextual mappers all the time... Anyway, if we go in the direction of a default mapper change we'll do some tests to ensure existing users are supported, informed and helped. Florent. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

