added more tests
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef QUERY_QUERY_DATA_HPP
|
||||
#define QUERY_QUERY_DATA_HPP
|
||||
|
||||
#include "matador/sql/column_definition.hpp"
|
||||
#include "matador/object/attribute_definition.hpp"
|
||||
#include "matador/sql/table.hpp"
|
||||
|
||||
#include "matador/utils/types.hpp"
|
||||
@@ -25,7 +25,7 @@ struct query_context
|
||||
sql_command command{};
|
||||
std::string command_name;
|
||||
sql::table table{""};
|
||||
std::vector<column_definition> prototype;
|
||||
std::vector<object::attribute_definition> prototype;
|
||||
std::vector<std::string> result_vars;
|
||||
std::vector<std::string> bind_vars;
|
||||
std::vector<utils::database_type> bind_types;
|
||||
|
||||
Reference in New Issue
Block a user