added session context and implemented the executor interface for session

This commit is contained in:
Sascha Kühl
2025-08-14 15:48:21 +02:00
parent a32330ef5b
commit 843d125b99
19 changed files with 131 additions and 100 deletions
+1 -1
View File
@@ -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()) {