blob progress

This commit is contained in:
Sascha Kühl
2024-01-22 16:22:35 +01:00
parent 102a7fc604
commit 9509e56f3e
9 changed files with 30 additions and 8 deletions
+5
View File
@@ -22,6 +22,11 @@ void any_type_to_string_visitor::to_string(std::string &val)
result = "'" + d.prepare_literal(val) + "'";
}
void any_type_to_string_visitor::to_string(utils::blob &val)
{
}
void any_type_to_string_visitor::to_string(placeholder &/*val*/)
{
query.bind_vars.emplace_back("unknown");