We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
QuotedString.encoding has getter/setter in psycopg2, but psycopg2cffi has only a getter.
QuotedString.encoding
psycopg2cffi/psycopg2cffi/_impl/adapters.py
Line 233 in 83234af
I found the difference because Django expects the setter.
https://github.com/django/django/blob/c5c7a15b09368a58340d3a65ba9d1f1441e92dc8/django/db/backends/postgresql/schema.py#L43
Is it a psycopg2cffi or Django issue?
The text was updated successfully, but these errors were encountered:
Just a heads up, I ran into this too and built #127 to fix it for me.
Sorry, something went wrong.
No branches or pull requests
QuotedString.encoding
has getter/setter in psycopg2, but psycopg2cffi has only a getter.psycopg2cffi/psycopg2cffi/_impl/adapters.py
Line 233 in 83234af
https://github.com/psycopg/psycopg2/blob/1d3a89a0bba621dc1cc9b32db6d241bd2da85ad1/psycopg/adapter_qstring.c#L157
I found the difference because Django expects the setter.
https://github.com/django/django/blob/c5c7a15b09368a58340d3a65ba9d1f1441e92dc8/django/db/backends/postgresql/schema.py#L43
Is it a psycopg2cffi or Django issue?
The text was updated successfully, but these errors were encountered: