added session context and implemented the executor interface for session
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
namespace matador::test {
|
||||
|
||||
SessionFixture::SessionFixture()
|
||||
: pool(connection::dns, 4), ses(pool) {}
|
||||
: pool(connection::dns, 4), ses({bus, pool}) {}
|
||||
|
||||
SessionFixture::~SessionFixture() {
|
||||
while (!tables_to_drop.empty()) {
|
||||
|
||||
Reference in New Issue
Block a user