Changes between Initial Version and Version 1 of Ticket #888
- Timestamp:
- Jan 30, 2015, 10:25:50 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #888 – Description
initial v1 4 4 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). 5 5 }}} 6 2236962133 is bigger than 2^31(2147483648), probably an int is used somewhere in the parser and the upper bound overflows in this case.6 2236962133 is bigger than `2^31` (2147483648), probably an int is used somewhere in the parser and the upper bound overflows in this case.