added connection pool and tests

This commit is contained in:
Sascha Kühl
2025-02-05 15:47:51 +01:00
parent 45a7199ccf
commit bc3ffbda10
20 changed files with 495 additions and 53 deletions
+1 -2
View File
@@ -124,8 +124,7 @@ std::string dialect::to_escaped_string(const utils::blob &value, const connectio
return conn->to_escaped_string(value);
}
return {};
// return to_escaped_string_func_(value);
return to_escaped_string_func_(value);
}
std::string dialect::default_schema_name() const