Opened 11 years ago
Closed 11 years ago
#673 closed defect (fixed)
CSV conversion for complex numbers
Reported by: | Veranika Liaukevich | Owned by: | Veranika Liaukevich |
---|---|---|---|
Priority: | major | Milestone: | 9.0.x |
Component: | conversion | Version: | development |
Keywords: | Cc: | Piero Campalani | |
Complexity: | Medium |
Description
CSV conversion doesn't work for complex numbers.
$ rasql -q 'select csv(a) from complexdata as a' --out string rasql: rasdaman query tool v1.0, rasdaman v9.0.0-g9ab1f69 -- generated on 25.02.2014 22:01:33. opening database RASBASE at localhost:7001...ok Executing retrieval query...ok Query result collection has 1 element(s): Result object 1: {0,0} rasql done.
when the actual data is
{(1, 2),(2, 3)}
Change History (3)
comment:1 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 11 years ago
Cc: | added |
---|---|
Milestone: | → 9.0.x |
Resolution: | fixed |
Status: | closed → reopened |
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
The patch has broken a few tests in the systemtest so reopening the ticket. In particular in testcases_services/test_wcps these are now failing:
The 28-* test translates to rasql