implemented the first version of statement_cache
This commit is contained in:
@@ -15,7 +15,7 @@ public:
|
||||
~SessionFixture();
|
||||
|
||||
protected:
|
||||
sql::connection_pool<sql::connection> pool;
|
||||
sql::connection_pool pool;
|
||||
std::stack <std::string> tables_to_drop;
|
||||
orm::session ses;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user