mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 03:20:11 +01:00
Tidying up the tests
This commit is contained in:
@@ -122,8 +122,8 @@ private:
|
||||
void recreateTuplesTable();
|
||||
void recreateVectorsTable();
|
||||
|
||||
static bool checkODBCSetup(const std::string& dbName = "MySQL");
|
||||
static bool init(const std::string& dbName = "MySQL");
|
||||
static bool init(const std::string& driver, const std::string& dsn);
|
||||
static bool canConnect(const std::string& driver, const std::string& dsn);
|
||||
|
||||
static Poco::Data::ODBC::Utility::DriverMap _drivers;
|
||||
static std::string _dbConnString;
|
||||
|
||||
Reference in New Issue
Block a user