fixed demo project
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include <string>
|
||||
#include <ostream>
|
||||
|
||||
#define FIELD(x) const matador::query::column& x = create_column(*this, #x);
|
||||
#define FIELD(x) const matador::query::table_column x = create_column(*this, #x);
|
||||
|
||||
#define QUERY_HELPER(C, V, ...) \
|
||||
namespace matador::query::meta { \
|
||||
|
||||
Reference in New Issue
Block a user