added session context and implemented the executor interface for session
This commit is contained in:
@@ -15,13 +15,13 @@ class StatementCacheFixture
|
||||
{
|
||||
public:
|
||||
StatementCacheFixture()
|
||||
: pool(test::connection::dns, 4), ses(pool)
|
||||
: pool(test::connection::dns, 4)//, ses(pool)
|
||||
{}
|
||||
~StatementCacheFixture() = default;
|
||||
|
||||
protected:
|
||||
sql::connection_pool pool;
|
||||
orm::session ses;
|
||||
// orm::session ses;
|
||||
};
|
||||
|
||||
TEST_CASE_METHOD(StatementCacheFixture, "Acquire prepared statement", "[statement cache]") {
|
||||
|
||||
Reference in New Issue
Block a user