[sqlalchemy] Manually unregistering/re-registering cascading relationships in the ORM

2013-02-14 Thread Christopher Webber
Hello, I'm with the GNU MediaGoblin project. We're happily using SQLAlchemy, but we're running into a problem that's making it impossible for us to presently write unit tests for our plugins. The problem is that we'd like to use SQLAlchemy's built-in cascading deletion. However, we have

Re: [sqlalchemy] Manually unregistering/re-registering cascading relationships in the ORM

2013-02-14 Thread Michael Bayer
On Feb 14, 2013, at 3:29 PM, Christopher Webber cweb...@dustycloud.org wrote: Hello, I'm with the GNU MediaGoblin project. We're happily using SQLAlchemy, but we're running into a problem that's making it impossible for us to presently write unit tests for our plugins. The problem is

Re: [sqlalchemy] Manually unregistering/re-registering cascading relationships in the ORM

2013-02-14 Thread Christopher Webber
Ah, that's disappointing to hear. But thanks for clarifying! -- You received this message because you are subscribed to the Google Groups sqlalchemy group. To unsubscribe from this group and stop receiving emails from it, send an email to sqlalchemy+unsubscr...@googlegroups.com. To post to