fixed backend test compilation
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
#ifndef QUERY_CONNECTION_HPP
|
||||
#define QUERY_CONNECTION_HPP
|
||||
|
||||
#include "matador/sql/abstract_sql_logger.hpp"
|
||||
#include "matador/object/attribute_definition.hpp"
|
||||
|
||||
#include "matador/sql/abstract_sql_logger.hpp"
|
||||
#include "matador/sql/connection_info.hpp"
|
||||
#include "matador/sql/executor.hpp"
|
||||
#include "matador/sql/statement.hpp"
|
||||
@@ -51,7 +52,7 @@ public:
|
||||
*
|
||||
* @param x The connection to copy move
|
||||
*/
|
||||
connection(connection &&x) noexcept = default;
|
||||
connection(connection &&x) noexcept;
|
||||
/**
|
||||
* Assigns moves from the given connection
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user