moved session to namespace query and move basic_schema::initialize to session constructor
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user