fixed demo project

This commit is contained in:
2025-12-31 13:06:17 +01:00
parent b9d35cbd4e
commit e768497cfd
3 changed files with 18 additions and 22 deletions
+1 -1
View File
@@ -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 { \