ConcurrentModificationError: Deleted rowcount 0 does not match number of objects deleted...
I create my schema from models using create_all() - now , the problem is i get this error only using mysql or mysql+oursql. It happens every time in one place of my code. But when i uses postgresql nothing bad happens and that exactly same code and same models work without issues. Is it possible im hitting a bug in sa here i did something wrong? Normally i would just assume i did some mistake when mapping models, but on postgresql it works like a charn... im a bit lost -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
