Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (34 - 36 of 2765)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Ticket Resolution Summary Owner Reporter
#34 wontfix remove --contents option from directql Dimitar Misev Peter Baumann
Description

the mechanics of —content is implied with "—out t"; actually, rasql only uses —out, so also for reasons of coherence —content should vanish.

#35 wontfix png() Peter Baumann
Description

png() does not properly consider the pixel type, ex:

select png( mr2*{1,1,1}) from m2

The above query delivers a wrong image as png() blindly takes every byte and puts it into a pixel, while a pixel here has more than one bytes.

Conversion should either use int pixel type (best) or issue a type mismatch if it expects 8bit values and receives 16bit values (2nd best solution).

Note: the other format converters should also be checked for proper type handling.

#36 fixed Integration of rasdaman test Jinsongdi Yu j.yu@…
Description

integrate test in to ../systemtest

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.