We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22df208 commit aff067bCopy full SHA for aff067b
tests/test_003_connection.py
@@ -6532,7 +6532,7 @@ def test_attrs_before_connection_types(conn_str):
6532
# Integer attribute
6533
ConstantsDDBC.SQL_ATTR_LOGIN_TIMEOUT.value: 30,
6534
# String attribute (catalog name)
6535
- ConstantsDDBC.SQL_ATTR_CURRENT_CATALOG.value: "master"
+ ConstantsDDBC.SQL_ATTR_CURRENT_CATALOG.value: "testdb"
6536
}
6537
6538
conn = connect(conn_str, attrs_before=attrs)
0 commit comments