Opened 15 years ago
Closed 15 years ago
#2 closed defect (fixed)
CSV changes last value in list
Reported by: | Andrei Aiordachioaie | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | server | Version: | 8.0 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
For the query: select csv(marray x in [10:15] values c[10,10].green) from rgb as c
, the result is 208,208,208,208,208,202. This is obviously wrong because all the values should be equal.
The query select (marray x in [10:15] values c[10,10].green) from rgb as c
does not exhibit the same behaviour.
Attachments (2)
Change History (4)
by , 15 years ago
Attachment: | csv-bug-fix.patch added |
---|
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
yet another bug when exporting multidimensional data. See attached patch. In rest seems to work so closing this ticket.
by , 15 years ago
Attachment: | 0001-fixed-multidimentional-csv-export.patch added |
---|
Note:
See TracTickets
for help on using tickets.
I attached a patch for this bug. Can anyone confirm it works?