Opened 6 years ago
Closed 6 years ago
#1880 closed defect (fixed)
invalid band selector
Reported by: | Dimitar Misev | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 9.7 |
Component: | qlparser | Version: | development |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
A query like this fails with a segfault:
rasql -q 'select c.-2 from rgb as c' --out string
It should throw an exception instead, same as what you get if you try
rasql -q 'select c.100 from rgb as c' --out string
Note:
See TracTickets
for help on using tickets.