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
This currently affects InsertQuery::add() as well - though I'm wondering if changing that is potentially a breaking change? e.g. for sloppy code that relies on things like get_object_vars() to quickly serialize model-properties?
Currently,
UpdateQuery::assign()
will silently ignore unexpected properties.This leads to silent bugs.
We should throw an exception for unexpected properties.
The text was updated successfully, but these errors were encountered: