# File lib/rubyrep/replication_helper.rb, line 44
    def update_record(database, table, values, old_key = nil)
      committer.update_record(database, table, values, old_key)
    end