constraint, column and table query progress

This commit is contained in:
Sascha Kühl
2025-12-12 15:49:30 +01:00
parent 758ea96ea4
commit 9ba58eb05b
20 changed files with 209 additions and 98 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
#ifndef MATADOR_CONSTRAINT_HPP
#define MATADOR_CONSTRAINT_HPP
#ifndef MATADOR_RESTRICTION_HPP
#define MATADOR_RESTRICTION_HPP
#include "matador/utils/constraints.hpp"
@@ -61,4 +61,4 @@ private:
// constraint_builder constraint(std::string name);
}
#endif //MATADOR_CONSTRAINT_HPP
#endif //MATADOR_RESTRICTION_HPP