fixed PostgreSQL tests
This commit is contained in:
@@ -5,8 +5,6 @@
|
||||
|
||||
#include "matador/utils/message_bus.hpp"
|
||||
|
||||
#include "connection.hpp"
|
||||
|
||||
#include <stack>
|
||||
|
||||
namespace matador::test {
|
||||
@@ -21,6 +19,8 @@ protected:
|
||||
orm::session ses;
|
||||
utils::message_bus bus;
|
||||
|
||||
query::schema schema;
|
||||
|
||||
private:
|
||||
void drop_table_if_exists(const std::string &table_name) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user