Uploaded image for project: 'Couchbase .NET client library'
  1. Couchbase .NET client library
  2. NCBC-1569

IBucket.Upsert with document dictionary variants should be Obsolete

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 2.5.3
    • None
    • None
    • None

    Description

      Not all the IBucket.Upsert methods that use a dictionary of documents are marked as obsolete where some are.

      // marked as obsolete
      Upsert(IDictionary)
      Upsert(documents_dictionary, parallel_options)
      Upsert(documents_dictionary, parallel_options, partition_range)

      // not marked as obsolete
      Upsert(documents_dictionary, timeout)
      Upsert(documents_dictionary, parallel_options, timeout)
      Upsert(documents_dictionary, parallel_options, partition_range, timeout)

      Attachments

        Issue Links

          For Gerrit Dashboard: NCBC-1569
          # Subject Branch Project Status CR V

          Activity

            People

              mike.goldsmith Michael Goldsmith
              mike.goldsmith Michael Goldsmith
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty