delete fails on MSSQL with SA 0.4beta5

Issue #784 resolved
Former user created an issue

but it worked great with SA 0.4beta4 and beta3.

Here is a small test script that reproduces the problem. Just switch the installed version from beta4 to beta5 and beta5 will raise an exception:

sqlalchemy.exceptions.ConcurrentModificationError: Deleted rowcount -1 does not match number of objects deleted 1

regards, Florent.

Comments (3)

  1. Log in to comment