insert query builder has many to many progress

This commit is contained in:
2026-04-20 19:57:18 +02:00
parent f144b26dbb
commit 59e1533cca
7 changed files with 135 additions and 32 deletions
@@ -16,6 +16,10 @@ namespace matador::object {
template<typename Type>
class collection_proxy final {
public:
using value_type = Type;
using iterator = typename std::vector<value_type>::iterator;
using const_iterator = typename std::vector<value_type>::const_iterator;
collection_proxy() = default;
// Lazy