This project is archived and is in readonly mode.
Isolation level documentation and true seriability
Reported by Psycopg website | November 16th, 2011 @ 07:49 AM
Submitted by: Anssi Kääriäinen
The isolation level documentation (2.4.3dev0) should mentions 9.1 SSI transactions. Currently it mentions that REPEATABLE READ is replaced by SERIALIZABLE. This is not true any longer in 9.1.
Comments and changes to this ticket
-
Daniele Varrazzo November 16th, 2011 @ 10:00 AM
- State changed from new to open
Oh yes, the docs of the constants has not been updated to the 2.4.2 status.
-
Daniele Varrazzo November 17th, 2011 @ 12:46 AM
- State changed from open to resolved
Documentation updated: please take a look here: http://initd.org/psycopg/docs/extensions.html#isolation-level-const...
Let me know if you think anything can be improved.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
<b>WARNING:</b> the informations in this tracker are archived. Please submit new tickets or comments to <a href="https://github.com/psycopg/psycopg2/issues">the new tracker</a>.
<br/>
Psycopg is the most used PostgreSQL adapter for the Python programming language. At the core it fully implements the Python DB API 2.0 specifications. Several extensions allow access to many of the features offered by PostgreSQL.