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

increment/decrement method description does not mention the integer overflow if negative numbers are incremented/decremented.

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • Major
    • 2.0.0-dp1
    • None
    • None
    • Security Level: Public
    • None

    Description

      If negative numbers are incremented/decremented integer overflow occurs.

      $cb->set("5", -5);

      $cb->increment("5", 1);

      Should be added to method description.

      Attachments

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

        Activity

          People

            brett19 Brett Lawson
            dvohra deepak vohra
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty