Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 2765)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Resolution Summary Owner Reporter
#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.

#19 duplicate Connection to base DBMS leaking cjucovschi Andrei Aiordachioaie
Description

It seems that every rasql query executes opens up a new postgresql connection, and never closes it before exiting. After a couple of hundreds of queries, the postgres DBMS decides to halt because the maximum number of connections has been reached.

Tested with the git repository version of rasdaman (8.1), on 2009-11-09.

Attached is a script that executes lots of rasql queries.

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