Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 2765)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#4 fixed cannot link C++ examples Peter Baumann
Description

The example code in share/rasdaman/examples/c++ does not link under some environments. Reason: Makefile not yet adapted to automake, hence compile/link environment is not correctly set.

#5 invalid Partial update through rasj fails Jinsongdi Yu Andrei Aiordachioaie
Description

While trying to do a partial update on an image from rasdaman, the server fails with error code 10000: "Unexpected internal server error". The stack trace is:

rasj[0] RasRNPImplementation.getResponse: query failed, errNo=10000, lineNo=0, colNo=0, token=
org.odmg.QueryException: Unexpected internal server error.
        at rasj.odmg.RasOQLQuery.execute(RasOQLQuery.java:238)

Attached is a file to demonstrate the bug.

#6 fixed server error message not properly substituted cj Andrei Aiordachioaie
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.

1 2 3 4 5 6 7 8 9 10 11 12
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.