> There must be such a pattern, given the large amount of code inside > http://www.sqlalchemy.org/trac/browser/sqlalchemy/trunk/lib/sqlalchemy/orm/dependency.py > which "processes dependencies". Of course, it's so complicated that > only the author will be able to tell you how to use it. ;) But there's > hope.
SqlAlchemy has got rich features like transactions, use_alter and post_update to handle cases properly. What I am trying to highlight is that there seems some problem in TurboGears (automatic transaction handling and exceptions), which seems not behaving normally when there is a flush in the middle. - sanjay --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

