Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Failed with oat++ v1.3.0 #13

Open
grisuthedragon opened this issue Aug 25, 2021 · 1 comment
Open

Build Failed with oat++ v1.3.0 #13

grisuthedragon opened this issue Aug 25, 2021 · 1 comment

Comments

@grisuthedragon
Copy link

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
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants