Skip to content
Snippets Groups Projects
Commit 22691ea8 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Json2Cool: bugfix for dealing with string values

OBO Evgeny Alexandrov
parent 422bfd64
No related branches found
No related tags found
1 merge request!67965Json2Cool: bugfix for dealing with string values
......@@ -233,7 +233,7 @@ namespace IOVDbNamespace{
case StorageType::String64k:
case StorageType::String16M:
{
att.setValue<std::string>(strVal);
att.setValue<std::string>(thisVal.get<std::string>());
break;
}
case StorageType::Blob128M:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment