Remove instances from the identity map cache if they are deleted.
# File lib/sequel/plugins/identity_map.rb, line 93 def delete super if idm = model.identity_map idm.delete(model.identity_map_key(pk)) end self end
Merge the current values into the values provided in the row, ensuring that current values are not overridden by new values.
# File lib/sequel/plugins/identity_map.rb, line 103 def merge_db_update(row) @values = row.merge(@values) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.