h| i| t| serialization consistency

This commit is contained in:
Thomas Krijnen
2025-09-10 09:10:32 +02:00
parent 8ca9bd63dc
commit f8e523daff
3 changed files with 59 additions and 35 deletions
+1 -1
View File
@@ -844,7 +844,7 @@ void IfcParse::impl::rocks_db_file_storage::add_type_ref(IfcUtil::IfcBaseClass*
memcpy(s.data(), &v, sizeof(size_t));
// no merges yet, because the python client doesn't support them
db->Merge(rocksdb::WriteOptions{}, "t|" + std::to_string(new_entity->declaration().index_in_schema()), s);
db->Merge(wopts, "t|" + std::to_string(new_entity->declaration().index_in_schema()), s);
/*{
std::string current;