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
Well the mappers don't know when a transaction has started or rolled back and also if, it would be difficult to know to what state to return. If that's a feature request, it would rather go to fatfree-core instead.. but I also have no idea yet how an implementation could look like 🤔
When we rollback a transaction, the previously saved objects stay in a valid state (valid per use of
dry()
/valid()
functions).I would have expected the
dry()
function to returntrue
.here is a little example:
This outputs:
But I expect it to return:
The text was updated successfully, but these errors were encountered: