Re: [sqlalchemy] association proxy not persisting?

2011-11-01 Thread Michael Bayer
you've removed the "save-update" cascade which is why Specialism doesn't get into the Session.the warning there is a new thing to give you a heads up on that fact (I get it for the "add" message).cascade should be "all, delete, delete-orphan" here. On Nov 1, 2011, at 11:39 AM, Wichert

[sqlalchemy] association proxy not persisting?

2011-11-01 Thread Wichert Akkerman
I am fighting a bit of an odd issue (using SQLAlchemy 0.7.3). I have an account class, where each account has a list of strings managed via an association proxy. For a reason I can't seem to find the values are not persisted. The test case below demonstrates this: SQLAlchemy prints a "Object of