implemented the first version of statement_cache
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user