implemented the first version of statement_cache
This commit is contained in:
@@ -20,7 +20,7 @@ public:
|
||||
~StatementCacheFixture() = default;
|
||||
|
||||
protected:
|
||||
sql::connection_pool<sql::connection> pool;
|
||||
sql::connection_pool pool;
|
||||
orm::session ses;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user