moved column and table class from namespace sql to query

This commit is contained in:
Sascha Kühl
2025-11-18 16:27:38 +01:00
parent 7242dc2612
commit fb4bc03da0
79 changed files with 626 additions and 496 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#include "matador/sql/column.hpp"
#include "matador/query/column.hpp"
#include "matador/sql/connection.hpp"
#include "matador/sql/query_macro.hpp"