Opened 15 years ago
Closed 15 years ago
#6 closed defect (fixed)
server error message not properly substituted
Reported by: | Andrei Aiordachioaie | Owned by: | cj |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | server | Version: | 8.1 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
With a rasql query like:
$ rasql -q "insert value"
where some tokens are completely misplaced (after "insert" there should be a "into"), the reported error message is:
rasdaman error 300: Parsing error 300 in line 1, column 8: Unexpected name cted name $token..
$token is not properly replaced by the server, it should be "value" in this case.
Change History (2)
comment:1 by , 15 years ago
Owner: | set to |
---|---|
Priority: | minor → major |
Status: | new → assigned |
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
fixed see (changeset 1c448e00c4596b86f4edd557d96d442c03d3c800)