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
#160 fixed sdom(c)[0].hi returns wrong result Dimitar Misev
Description

The query below doesn't return the expected result:

select sdom(c)[0].hi from COLL as c

e.g.

$ rasql -q 'select sdom(c)[0] from rgb as c' --out string
rasql: rasdaman query tool v1.0, rasdaman v8 -- generated on 03.06.2012 22:10:58.
opening database RASBASE at localhost:7001...ok
Executing retrieval query...ok
Query result collection has 1 element(s):
  Result element 1: 0:399
rasql done.

dimitar@blade:~$ rasql -q 'select sdom(c)[1].hi from rgb as c' --out string
rasql: rasdaman query tool v1.0, rasdaman v8 -- generated on 03.06.2012 22:10:58.
opening database RASBASE at localhost:7001...ok
Executing retrieval query...ok
Query result collection has 1 element(s):
  Result element 1: 1459683328
rasql done.

$ rasql -q 'select sdom(c)[0].hi from rgb as c' --out string
rasql: rasdaman query tool v1.0, rasdaman v8 -- generated on 03.06.2012 22:10:58.
opening database RASBASE at localhost:7001...ok
Executing retrieval query...ok
Query result collection has 1 element(s):
  Result element 1: -1895759872
rasql done.
#166 invalid RPM: setup database for rasimport Dimitar Misev
Description

service rasdaman petascopeinitdb should also initialize the rasgeo metadata table, besides the petascopedb.

#173 fixed ticket spam Dimitar Misev
Description

There's some spam on the trac lately so I disabled comments by anonymous. We should look at how to prevent these spams.

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.