mirror of
https://gitee.com/an-tao/drogon.git
synced 2024-11-30 02:37:57 +08:00
parent
ebf87d69d7
commit
3b5de8863a
@ -38,7 +38,8 @@ void DbClientManager::createDbClient(const std::string & /*dbType*/,
|
||||
const std::string & /*name*/,
|
||||
const bool /*isFast*/,
|
||||
const std::string & /*characterSet*/,
|
||||
double /*timeout*/)
|
||||
double /*timeout*/,
|
||||
const bool /*autoBatch*/)
|
||||
{
|
||||
LOG_FATAL << "No database is supported by drogon, please install the "
|
||||
"database development library first.";
|
||||
|
Loading…
Reference in New Issue
Block a user