nk we need the following: > > The core of TG (i.e. config and request transaction wrapping) works as > long as you use SessionContext (so assignmapper, ActiveMapper, Elixir > all just work). (and in fact the config bit doesn't even need > SessionContext).
Yea, but SessionContext is being replaced in SA 0.4 so we ought to use the new scoped_session() function instead: http://www.sqlalchemy.org/trac/wiki/WhatsNewIn04#Sessions > QuickStart model.py needs both a plain SA-ORM (possibly assignmapper) > mode, and an Elixir mode > Most of identity works with SA-ORM (so Elixir, etc. just work); the > quickstart bit has two modes. > FastData/CatWalk works with SA-ORM, so Elixir etc. just work. Agreed, but I think Catwalk should be replaced by something a bit more flexible, and made usable in an actual application. I believe some work has been done on this, and hopefully it will be very cool. But it will be a add on feature, and shouldn't hold up the TG2 release --Mark Ramm --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

