Uploaded image for project: 'Couchbase PHP client library'
  1. Couchbase PHP client library
  2. PCBC-916

Only one of expiry as seconds or as timestamp should be set at a time

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 4.1.3
    • None
    • library
    • None
    • 0
    • SDK12

    Description

      If a user changes the expiry of an operation with e.g.

       

      $options->expiry(100);
      $options->expiry($some_timestamp)
      

      the expiry will still be set to 100, because the expiry as seconds variable takes precedence, calling expiry should unset the other if it is set

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            matt.wozakowski Matt Wozakowski
            matt.wozakowski Matt Wozakowski
            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