You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you create and return a proxy object in an array and then try to call _save() on that it'll try to re-insert the object causing duplicate key exceptions.
Again calling _real() before setting the values fixes this which makes me suspect that it's related to #710 but I'll report it as separate for now in case it's not.
The text was updated successfully, but these errors were encountered:
When you create and return a proxy object in an array and then try to call
_save()
on that it'll try to re-insert the object causing duplicate key exceptions.Again calling
_real()
before setting the values fixes this which makes me suspect that it's related to #710 but I'll report it as separate for now in case it's not.The text was updated successfully, but these errors were encountered: