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
+2 -1
View File
@@ -87,6 +87,7 @@ void test_result_reader::read_value(const char *id, const size_t index, utils::v
val = "value";
}
utils::attribute_reader &test_result_reader::result_binder() {
return query_result_reader::result_binder();
return empty_binder_;
}
} // namespace matador::test::orm