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
`#forgetting_assignment` was introduced with 07723c2, and it
involved deserializing and then serializing current value.
This is an unnecessary extra operation, and also it
is a problem for custom attribute types where `#serialize` and
`#deserialize` are not inverse to each other operations.
This is a problem for example when using oracle-enhanced-adapter.
fixesrails#44317 and rails#42738 and rsim/oracle-enhanced#2268
0 commit comments