diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-03-14 17:56:57 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-03-14 17:56:57 -0400 |
commit | af92f6763d72fa853f2ac0968e077c24e88b0c93 (patch) | |
tree | 979bfa495212ce0b0720c86866cc451d6de06f44 /lib/sqlalchemy/dialects/postgresql/base.py | |
parent | 6e5e64e27ef2c6a86c9aebdcefdf2cd726f1476a (diff) | |
download | sqlalchemy-af92f6763d72fa853f2ac0968e077c24e88b0c93.tar.gz |
- Fixed bug where a newly inserted instance that is rolled back
would still potentially cause persistence conflicts on the next
transaction, because the instance would not be checked that it
was expired. This fix will resolve a large class of cases that
erronously cause the "New instance with identity X conflicts with
persistent instance Y" error.
fixes #3677
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/base.py')
0 files changed, 0 insertions, 0 deletions