[sqlalchemy] Re: Session.mapper deprecation

2009-09-30 Thread Michael Bayer
Gaetan de Menten wrote: Hi all, I've been trying to work around the Session.mapper deprecation warning in Elixir by providing the same functionality within Elixir. The question is whether _ScopedExt is considered deprecated too ? I guess it is but want to make sure to not duplicate code

[sqlalchemy] Re: Session.mapper deprecation

2009-09-30 Thread Gaetan de Menten
On Wed, Sep 30, 2009 at 16:57, Michael Bayer mike...@zzzcomputing.com wrote: Gaetan de Menten wrote: I've been trying to work around the Session.mapper deprecation warning in Elixir by providing the same functionality within Elixir. The question is whether _ScopedExt is considered

[sqlalchemy] Re: Session.mapper

2009-09-11 Thread Michael Bayer
Christoph Zwerschke wrote: The Session.mapper feature has been marked as deprecated since SA 0.5.5, but it's still available in SA 0.6b1. Does this mean that it will continue to exist in SA 0.6 final and other 0.6.x releases? I'm asking because TurboGears 1.x is using this feature. We want

[sqlalchemy] Re: Session.mapper

2009-09-11 Thread Christoph Zwerschke
Michael Bayer schrieb: its not coming out anytime soon. A whole lot of info on how to create it yourself is at http://www.sqlalchemy.org/trac/wiki/UsageRecipes/SessionAwareMapper . Thanks for the info. We'll probably add an emulation based on that recipe to TurboGears 1.1. -- Chris