Opened 15 years ago

Closed 14 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)

csv-bug-fix.patch (451 bytes ) - added by Andrei Aiordachioaie 15 years ago.
0001-fixed-multidimentional-csv-export.patch (785 bytes ) - added by cj 14 years ago.

Download all attachments as: .zip

Change History (4)

by Andrei Aiordachioaie, 15 years ago

Attachment: csv-bug-fix.patch added

comment:1 by Andrei Aiordachioaie, 15 years ago

I attached a patch for this bug. Can anyone confirm it works?

comment:2 by cj, 14 years ago

Resolution: fixed
Status: newclosed

yet another bug when exporting multidimensional data. See attached patch. In rest seems to work so closing this ticket.

Note: See TracTickets for help on using tickets.