Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does cursor_factory=None work as expected? #210

Closed
dvarrazzo opened this issue Apr 25, 2014 · 1 comment
Closed

Does cursor_factory=None work as expected? #210

dvarrazzo opened this issue Apr 25, 2014 · 1 comment
Milestone

Comments

@dvarrazzo
Copy link
Member

http://stackoverflow.com/questions/23291907/cursor-factory-none-raises-an-exception

@dvarrazzo
Copy link
Member Author

Bug verified: using an explicit connection.cursor(cursor_factory=None) the default behavior is not triggered (using connection.cursor_factory, then psycopg2.extensions.cursor) and None is used as factory instead.

@dvarrazzo dvarrazzo added this to the psycopg2 2.5.3 milestone Aug 28, 2014
gencer pushed a commit to gencer/psycopg2 that referenced this issue Oct 24, 2014
gencer pushed a commit to gencer/psycopg2 that referenced this issue Aug 22, 2016
gencer pushed a commit to gencer/psycopg2 that referenced this issue Aug 22, 2016
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant