Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 2765)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#1509 fixed 'select' higher-dimensional data than the dimension of a stored Array does not throw an exception bbell bbell
Description

Running the following query (on 2D data) should throw an exception, but for some reason, it does not:

rasql --out string --quiet --query "select csv(c[ 2014 , 3, 1, 2, 3, 4, 5, 6  ]) from test_grey as c" --out string
#909 fixed *.proto files should not be compiled if there is no modification Alex Dumitru George Merticariu
Description

Currently *.proto files necessary for rasnet and rasmgr_x are complied every time. They should be compiled only if a modification appears.

#11 invalid .35, 16.0d in rasql j.yu@…
Description

select complec(.35, 16.0d) from mr —not work select complec(.35, 16.0) from mr —not work select complec(0.35, 16.0d) from mr —not work select complec(0.35, 16.0) from mr — work

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