[sqlalchemy] Re: Deleted rowcount doesn't match number of objects deleted.

2008-09-08 Thread Matthew Zwier
I've gotten this before with incorrectly configured backrefs on my mappers, so that might be another thing to look at. On Mon, Sep 8, 2008 at 5:18 AM, Harish K Vishwanath <[EMAIL PROTECTED]> wrote: > Hello, > > I am getting the below exception : > > Traceback (most recent call last): > File "d:

[sqlalchemy] Re: Deleted rowcount doesn't match number of objects deleted.

2008-09-08 Thread Michael Bayer
On Sep 8, 2008, at 5:18 AM, Harish K Vishwanath wrote: > Hello, > > I am getting the below exception : > > Traceback (most recent call last): > File "d:\recogsys\src\python\RSITerm\SQLConvert\SqlDB.py", line > 134, in sqlCommit > self.session.commit() > File "c:\python24\lib\site-packa