moved column and table class from namespace sql to query
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
|
||||
#include "matador/query/generator.hpp"
|
||||
#include "matador/query/table.hpp"
|
||||
|
||||
#include "matador/object/repository.hpp"
|
||||
|
||||
@@ -8,9 +9,7 @@
|
||||
#include "../test/models/order.hpp"
|
||||
#include "../test/models/book.hpp"
|
||||
#include "../test/models/author.hpp"
|
||||
#include "matador/sql/table.hpp"
|
||||
|
||||
using namespace matador::sql;
|
||||
using namespace matador::query;
|
||||
using namespace matador::object;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user