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

Appears to be missing .info.dsn_parameters dict #118

Open
jcpunk opened this issue Dec 14, 2020 · 0 comments
Open

Appears to be missing .info.dsn_parameters dict #118

jcpunk opened this issue Dec 14, 2020 · 0 comments

Comments

@jcpunk
Copy link

jcpunk commented Dec 14, 2020

The psycopg2 module appears to have a dictionary .info.dsn_parameters which is not present in psycopg2cffi.

On psycopg2 it appears to contain:

 {'user': 'postgres', 'passfile': '/home/jcpunk/.pgpass', 'dbname': 'tests', 'host': '127.0.0.1', 'port': '28583', 'tty': '', 'options': '', 'sslmode': 'prefer', 'sslcompression': '0', 'gssencmode': 'prefer', 'krbsrvname': 'postgres', 'target_session_attrs': 'any'}
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