We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c342505 + ff87863 commit d998c49Copy full SHA for d998c49
lib/active_record/connection_adapters/oracle_enhanced/procedures.rb
@@ -150,7 +150,7 @@ def _update_record(attribute_names = @attributes.keys)
150
end
151
152
# update just dirty attributes
153
- if partial_writes?
+ if partial_updates?
154
# Serialized attributes should always be written in case they've been
155
# changed in place.
156
update_using_custom_method(changed | (attributes.keys & self.class.columns.select { |column| column.is_a?(Type::Serialized) }))
0 commit comments