Custom Query (2764 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 2764)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#1 wontfix RasJ communication bug Andrei Aiordachioaie
Description

This ticket refers to the following RasQL query: select max_cells(c.0) from rgb as c If I send this query via command line (rasql utility), then the result is 255. If I send this query via RasJ, then the result is -1.

Attached is the Java source that uses RasJ to send this query, and prints the result.

#2 fixed CSV changes last value in list Andrei Aiordachioaie
Description

For the query: select csv(marray x in [10:15] values c[10,10].green) from rgb as c, the result is 208,208,208,208,208,202. This is obviously wrong because all the values should be equal.

The query select (marray x in [10:15] values c[10,10].green) from rgb as c does not exhibit the same behaviour.

#3 fixed make java API work Peter Baumann
Description

In the java/ directory, the Makefile is not yet adapted to the automake process. Hence, a

(cd java; make)

stops with an error.

Things to do:

  • adapt all Makefiles in java/… to automake
  • include java subdir in top-level make process
  • make examples in share/rasdaman/examples/java work
1 2 3 4 5 6 7 8 9 10 11
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.