implemented the first version of statement_cache

This commit is contained in:
2025-07-30 10:34:33 +02:00
parent f90a670fb3
commit ebd8bccfb3
31 changed files with 575 additions and 278 deletions
+1 -2
View File
@@ -7,8 +7,7 @@
namespace matador::test::orm {
sql::connection_impl *test_backend_service::create(const sql::connection_info &info)
{
sql::connection_impl *test_backend_service::create(const sql::connection_info &info) {
return noop_connections_.insert(std::make_unique<test_connection>(info)).first->get();
}