small fixes for table, column and query_macro

This commit is contained in:
Sascha Kühl
2025-11-21 12:25:38 +01:00
parent e235c111a1
commit 34eaeca0bb
8 changed files with 25 additions and 14 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
#include <string>
#include <ostream>
#define FIELD(x) const column x{*this, #x, ""};
#define FIELD(x) const matador::query::column x{*this, #x, ""};
#define QUERY_HELPER(C, V, ...) \
namespace matador::query::meta { \