Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit28058e3

Browse files
[FIX] The call of pglib.connect is corrected [arg: database]
pg8000 does not support dbname arg.A problem was detected with internal tests.TODO: CI must explicitly test pg8000 and psycopg2.
1 parentdd0fe1c commit28058e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎testgres/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def __init__(self,
4343
self._node=node
4444

4545
self._connection=pglib.connect(
46-
dbname=dbname,
46+
database=dbname,
4747
user=username,
4848
password=password,
4949
host=node.host,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp