Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
7.1.0, 7.0.3
-
Untriaged
-
1
-
Yes
Description
Add the document key "f01" value {"c1":-5106534569952410475 } via UI |
|
select d.c1 from default d USE KEYS "f01" ; |
int64 range -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807
negative range length is 20
https://github.com/couchbase/go_json/blob/master/simple.go#L339 negative account for sign
Attachments
Issue Links
For Gerrit Dashboard: MB-51629 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
173012,4 | MB-51629 Account for minus sign in int64 accumulation | master | go_json | Status: MERGED | +2 | +1 |
175621,2 | MB-52413 Backport MB 51629 | neo | go_json | Status: MERGED | +2 | +1 |
Build couchbase-server-7.2.0-1035 contains go_json commit 4473a21 with commit message:
MB-51629Account for minus sign in int64 accumulation