Opened 5 years ago
Closed 5 years ago
#2285 closed enhancement (fixed)
rasql - error code with no message
Reported by: | Bang Pham Huu | Owned by: | apercov |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | server | Version: | 9.8 |
Keywords: | Cc: | Dimitar Misev | |
Complexity: | Medium |
Description
rasql -q 'select sdom(c) from test_mr as c' --out string [0:59,0:39]
Try a query with invalid grid domains
rasql -q 'select c[0:39,0:59] from test_mr as c' --out string rasql: rasdaman query tool v1.0, rasdaman 10.0.0. no explanation text available for error code 344
Change History (3)
comment:1 by , 5 years ago
Status: | assigned → accepted |
---|
comment:2 by , 5 years ago
comment:3 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
Seems to be fixed in patch for ticket 2254. Tested on local machine, also seems to work.