Cache the pk_hash when loading records
[Source]
# File lib/sequel/plugins/update_primary_key.rb, line 25 25: def load(h) 26: r = super(h) 27: r.pk_hash 28: r 29: end
[Validate]