On Dec 7, 2007 11:01 AM, Paul Johnston <[EMAIL PROTECTED]> wrote: > Which versions of SQLAlchemy and TurboGears are you using? There have been a > few problems in this area, but it should work with latest beta versions.
yep beta2 of TG was not autosaving your objects and you needed and explicit session.save(obj)... This is comportment has been amended in beta3. 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 -~----------~----~----~----~------~----~------~--~---

