Skip to content

Fix for psycopg3#24

Open
mib32 wants to merge 2 commits intobigsql:masterfrom
mib32:patch-1
Open

Fix for psycopg3#24
mib32 wants to merge 2 commits intobigsql:masterfrom
mib32:patch-1

Conversation

@mib32
Copy link

@mib32 mib32 commented Dec 28, 2024

If specified database name or dsn via -d parameter it throws
invalid connection option "database"
or
invalid connection option "dsn"
Looks like need to change them to "dbname" and "conninfo" as per this SO post https://stackoverflow.com/questions/69592357/getting-psycopg-programmingerror-invalid-connection-option-database-when-pasi

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

Successfully merging this pull request may close these issues.

1 participant