oatpp / oatpp-sqlite

SQLite adapter for oatpp ORM.
https://oatpp.io/
Apache License 2.0
23 stars 18 forks source link

Build Failed with oat++ v1.3.0 #13

Open grisuthedragon opened 3 years ago

grisuthedragon commented 3 years ago

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.

lganzzzo commented 3 years ago

Hello @grisuthedragon ,

1.3.0 is not merged to master yet. All oatpp modules will be updated once oatpp 1.3.0 is in master.