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
Fix regression in ActiveRecord::Result#column_type
When a column type is nil in the original column_types array, the new implementation
was returning nil instead of falling back to the default type. This caused
"undefined method 'deserialize' for nil" errors when accessing attributes.
0 commit comments