moved session to namespace query and move basic_schema::initialize to session constructor

This commit is contained in:
2026-04-23 16:01:44 +02:00
parent a34a3dc266
commit 3a82f4891a
30 changed files with 337 additions and 367 deletions
+4 -2
View File
@@ -1,10 +1,12 @@
#ifndef MATADOR_SESSION_FIXTURE_HPP
#define MATADOR_SESSION_FIXTURE_HPP
#include "matador/orm/session.hpp"
#include "matador/utils/message_bus.hpp"
#include "matador/sql/connection.hpp"
#include "matador/query/schema.hpp"
namespace matador::test {
class SessionFixture {