Skip to content
Snippets Groups Projects

Implement storing binary serialized operations in the HAF database

Merged Mateusz Tyszczak requested to merge tm-ops-as-hive-operation into develop
All threads resolved!
3 files
+ 35
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -22,6 +22,7 @@ namespace hive::plugins::sql_serializer {
private:
fc::string escape_sql(const std::string &text) const;
std::string sql_to_hex( const char* d, uint32_t s ) const;
};
} // namespace hive::plugins::sql_serializer
Loading