mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-21 14:42:51 +01:00
This commit is contained in:
parent
c9b65928db
commit
08f8448478
@ -1128,7 +1128,7 @@ bool ODBCPostgreSQLTest::canConnect(const std::string& driver, const std::string
|
|||||||
// DSN not found, try connect without it
|
// DSN not found, try connect without it
|
||||||
format(_dbConnString, "DRIVER=%s;"
|
format(_dbConnString, "DRIVER=%s;"
|
||||||
"DATABASE=postgres;"
|
"DATABASE=postgres;"
|
||||||
"SERVER=a-fabijanic;"
|
"SERVER=localhost;"
|
||||||
"PORT=5432;"
|
"PORT=5432;"
|
||||||
"UID=postgres;"
|
"UID=postgres;"
|
||||||
"PWD=postgres;"
|
"PWD=postgres;"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user