session and insert query builder has many to many progress

This commit is contained in:
2026-04-22 09:15:57 +02:00
parent 59e1533cca
commit 78eb5d04cd
5 changed files with 89 additions and 23 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ public:
[[nodiscard]] bool is_detached() const { return proxy_->is_detached(); }
[[nodiscard]] bool is_removed() const { return proxy_->is_removed(); }
void change_state(object_state s) {
void change_state(object_state s) const {
if (proxy_) {
proxy_->change_state(s);
}