# File lib/rubyrep/sync_helper.rb, line 46
    def update_record(database, table, values, old_key = nil)
      committer.update_record(database, tables[database], values, old_key)
    end