mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-19 08:46:41 +01:00
chore: add missing header path, revert inadvertent db server address dev change
This commit is contained in:
parent
596bd0ef23
commit
73e191f185
3
.vscode/c_cpp_properties.json
vendored
3
.vscode/c_cpp_properties.json
vendored
@ -23,7 +23,8 @@
|
||||
"${POCO_BASE}/Redis/include",
|
||||
"${POCO_BASE}/MongoDB/include",
|
||||
"${POCO_BASE}/ApacheConnector/include",
|
||||
"${POCO_BASE}/Data/src"
|
||||
"${POCO_BASE}/Data/src",
|
||||
"${POCO_BASE}/Data/testsuite/include"
|
||||
]
|
||||
},
|
||||
"configurations": [
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include "SQLExecutor.h"
|
||||
|
||||
|
||||
#define POCO_ODBC_TEST_DATABASE_SERVER "10.211.55.5"//"localhost"
|
||||
#define POCO_ODBC_TEST_DATABASE_SERVER "localhost"
|
||||
|
||||
|
||||
class ODBCTest: public CppUnit::TestCase
|
||||
@ -236,8 +236,8 @@ inline void ODBCTest::testTempTable()
|
||||
throw Poco::NotImplementedException("ODBCTest::testTempTable()");
|
||||
}
|
||||
|
||||
inline void ODBCTest::testStoredProcedure()
|
||||
{
|
||||
inline void ODBCTest::testStoredProcedure()
|
||||
{
|
||||
throw Poco::NotImplementedException("ODBCTest::testStoredProcedure()");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user