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
#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
#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.

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.