Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 2765)

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.

#42 fixed division should always have result type float or double Peter Baumann
Description

Currently, int division yields int, which sometimes is not what is expected. This may have significant impact on operation results. Of course, this can be overcome by casting operands to float, but this may not be intuitive to all QL users. We need to investigate whether the division result type should always be a float or double.

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.