An obvious solution (a decorator that wraps the upgrade/downgrade functions with transaction commands) isn't working, and besides, you'd really want the whole sequence of migrations wrapped in an outer transaction, I'm wondering if I'm just missing a setting or something.
--
You received this message because you are subscribed to the Google Groups "TurboGears" group.
To post to this group, send email to turbo...@googlegroups.com.
To unsubscribe from this group, send email to turbogears+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.
It would be a service that the database adapter would supply. Doesn't seem as though it would be difficult to do assuming the interface between the database adapter and the rest of the framework was structured the right way.
Maybe it's something I'll look into writing.