added meta table macro and removed unused query_macro
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
#include <atomic>
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
|
||||
#include <matador/query/query.hpp>
|
||||
|
||||
#include "matador/sql/connection_pool.hpp"
|
||||
#include "matador/sql/error_code.hpp"
|
||||
#include "matador/sql/statement_cache.hpp"
|
||||
@@ -19,7 +17,6 @@
|
||||
|
||||
using namespace matador::test;
|
||||
using namespace matador::sql;
|
||||
using namespace matador::query;
|
||||
using namespace matador::utils;
|
||||
|
||||
class MetricsObserver {
|
||||
|
||||
Reference in New Issue
Block a user