You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar switch away from StrBuffer to its std::string representation leads to compile errors like
oatpp-sqlite/src/oatpp-sqlite/mapping/type/Blob.hpp:40:57: error: ‘StrBuffer’ is not a member of ‘oatpp::base’
40 | typedef oatpp::data::mapping::type::ObjectWrapper<base::StrBuffer, __class::Blob> Blob;
This needs to be adjusted to match the API.
The text was updated successfully, but these errors were encountered:
Similar switch away from StrBuffer to its std::string representation leads to compile errors like
This needs to be adjusted to match the API.
The text was updated successfully, but these errors were encountered: