#3460: postgresql_psycopg2 backend uses wrong isolation level
-------------------------------------------------+--------------------------
Reporter: Jack Moffitt <[EMAIL PROTECTED]> | Owner: nobody
Status: new | Component:
Database wrapper
Version: SVN | Resolution:
Keywords: | Stage:
Design decision needed
Has_patch: 1 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 1
-------------------------------------------------+--------------------------
Changes (by mir):
* needs_better_patch: 0 => 1
Comment:
The problem is that the patch turns every single command in a transaction
for itself (this happens in autocommit without an explicit COMMIT). The
new behaviour is incompatible with the old one and e.g. breaks forward
references in the serialization tests, as noted by John Shaffer with the
most recent patch.
I checked "patch needs improvement" since it breaks tests.
--
Ticket URL: <http://code.djangoproject.com/ticket/3460#comment:10>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" 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/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---