This commit is contained in:
Aleksandar Fabijanic 2007-06-22 02:09:02 +00:00
parent c9b65928db
commit 08f8448478

View File

@ -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;"