Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-24464 Big number support
  3. MB-20395

select a long value which is < maxint64 also shows values > maxint64

    XMLWordPrintable

Details

    • Technical task
    • Resolution: Unresolved
    • Major
    • feature-backlog
    • 4.5.1
    • query
    • None

    Description

      Following scenario gives incorrect results:

      insert into default values("k02",

      { "id":9223372036854775808 }

      );

      insert into default values("k01”,

      { "id":9223372036854775807 }

      );

      select * from default where id = 9223372036854775807;

      gives 2 results instead of 1.

      {
      "default":

      { "id": 9223372036854776000 }

      },
      {
      "default":

      { "id": 9223372036854775807 }

      }

      Attachments

        Issue Links

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

          Activity

            People

              Unassigned Unassigned
              Prerna.Manaktala Prerna Manaktala (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty