Opened 10 years ago
Last modified 5 years ago
#888 closed defect
Overflow in parsing mintervals — at Initial Version
Reported by: | Dimitar Misev | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | qlparser | Version: | development |
Keywords: | Cc: | Peter Baumann, George Merticariu | |
Complexity: | Medium |
Description
"SELECT count_cells(colD1S10Gb[0:536870911] >= 0) + count_cells(colD1S10Gb[1700091222:2236962133] >= 0) FROM colD1S10Gb" ---------------------------------------- rasdaman error 389: Execution error 389 in line 1, column 85, near token :: No interval (in case of fixed bounds, the upper one can not be smaller than the lower one).
2236962133 is bigger than 231 (2147483648), probably an int is used somewhere in the parser and the upper bound overflows in this case.
Note:
See TracTickets
for help on using tickets.