This project is archived and is in readonly mode.
Does cursor_factory=None work as expected?
Reported by Daniele Varrazzo | April 25th, 2014 @ 04:10 PM | in psycopg2 2.5.3 (closed)
Comments and changes to this ticket
-
Daniele Varrazzo April 30th, 2014 @ 04:54 PM
Bug verified: using an explicit connection.cursor(cursor_factory=None) the default behavior is not triggered (using
connection.cursor_factory
, thenpsycopg2.extensions.cursor
) and None is used as factory instead. -
Daniele Varrazzo April 30th, 2014 @ 04:54 PM
- State changed from new to open
-
Daniele Varrazzo April 30th, 2014 @ 05:05 PM
- State changed from open to resolved
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.