# File lib/rubyrep/committers/buffered_committer.rb, line 124
      def update_record(database, table, values, old_key = nil)
        exclude_rr_activity database, table
        super
        commit
      end