mirror of
https://github.com/oatpp/oatpp.git
synced 2025-04-18 19:00:23 +08:00
Try to fix cross compilation for Raspberry/Synology
This commit is contained in:
parent
777617321d
commit
a39630d6d0
@ -39,7 +39,7 @@ std::shared_ptr<QueryResult> Executor::execute(const oatpp::String& query,
|
||||
const std::shared_ptr<const data::mapping::TypeResolver>& typeResolver,
|
||||
const std::shared_ptr<Connection>& connection)
|
||||
{
|
||||
const auto& qt = parseQueryTemplate(nullptr, query, {}, false);
|
||||
const auto& qt = parseQueryTemplate(nullptr, query, ParamsTypeMap(), false);
|
||||
return execute(qt, params, typeResolver, connection);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user