Resolve issue #1275 (#1276)

This commit is contained in:
timomrs 2022-06-07 11:12:22 +03:00 committed by GitHub
parent ebf87d69d7
commit 3b5de8863a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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