Opened 9 years ago
Closed 5 years ago
#1157 closed defect (fixed)
OIds stored as double
Reported by: | Georg Semmler | Owned by: | apercov |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | undecided | Version: | development |
Keywords: | Cc: | ||
Complexity: | Hard |
Description
Rasdaman oids are longs, but in the code(eg raslib/oid.hh) they are stored as double. This is a potential source of bugs and should be changed.
Change History (7)
comment:1 by , 9 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 9 years ago
Milestone: | 10.0 → 9.1.x |
---|
comment:3 by , 8 years ago
In a test, I managed to see the OID is displayed as double after inserting a lot of MDDs ( by select into a collection.
Result object 1182: { "oid": "1.10694e+06",
comment:4 by , 7 years ago
Milestone: | 9.1.x → 10.0 |
---|
comment:5 by , 5 years ago
Owner: | changed from | to
---|
comment:6 by , 5 years ago
Status: | assigned → accepted |
---|
comment:7 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
Seems that during the OID port some places were missed. Job for Bang?