insert query builder has many to many progress
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user