mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-10-29 17:52:28 +00:00
Framework update
This commit is contained in:
@@ -156,12 +156,8 @@ namespace ORM {
|
||||
}
|
||||
|
||||
inline std::string to_string(const Poco::Data::BLOB &blob) {
|
||||
auto Content = blob.content();
|
||||
std::string result;
|
||||
result.reserve(Content.size());
|
||||
for(const auto &c:Content) {
|
||||
result += (char) c;
|
||||
}
|
||||
result.assign(blob.begin(),blob.end());
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user