Re: [sqlalchemy] Error deleting mapped object

2013-02-03 Thread rurpy
On 02/01/2013 11:08 AM, Michael Bayer wrote: > On Feb 1, 2013, at 1:02 PM, ru...@yahoo.com wrote: >> When I delete[*1] a mapped object (a Title()) that is on the many>> side of >> a 1:m relationship (in sqlalchemy 0.8.0b2, Python 3.3), I>> get the >> following erro

Re: [sqlalchemy] Error deleting mapped object

2013-02-01 Thread Michael Bayer
On Feb 1, 2013, at 1:02 PM, ru...@yahoo.com wrote: > When I delete[*1] a mapped object (a Title()) that is on the many side > of a 1:m relationship (in sqlalchemy 0.8.0b2, Python 3.3), I get the > following error when I do a session.commit(): > > [...earlier part of traceback elided...] >

[sqlalchemy] Error deleting mapped object

2013-02-01 Thread rurpy
When I delete[*1] a mapped object (a Title()) that is on the many side of a 1:m relationship (in sqlalchemy 0.8.0b2, Python 3.3), I get the following error when I do a session.commit(): [...earlier part of traceback elided...] File "/usr/local/lib/python3.3/site-packages/sqlalchemy/orm/sync.