Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 2765)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#93 fixed Selecting struct component by number fails Dimitar Misev
Description

According to the manual 9.3.3 Struct Component Selection, we can use a number starting from 0 to select a struct component, however this doesn't seem to work:

$ rasql -q 'select rgb.1 * 2c from rgb' --out file
rasql: rasdaman query tool v1.0, rasdaman v8 -- generated on 15.12.2011 17:16:28.
opening database RASBASE at localhost:7001...ok
Executing retrieval query...rasdaman error 300: Parsing error 300 in line 1, column 11: Unexpected name .1.
aborting transaction...ok
rasql done.
#135 fixed Composite type creation over old types. Ernesto Rodriguez
Description

Defining a composite type (such as an array or set) over an existing in the database failes since the parser dosen't check for the items in the database. In other words, a type that appears in definition file 1 cannot be used in definition file 2. The attached files provide more details. This is a defect of the rasdl component of rasdaman.

#156 fixed make install always overrides rasmgr.conf Dimitar Misev
Description

make install overrides etc/rasmgr.conf every time, but it shouldn't if there's already an existing configuration.

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