Changes between Initial Version and Version 1 of Ticket #1269
- Timestamp:
- Mar 22, 2016, 9:31:06 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1269 – Description
initial v1 1 csv encoding of a scalar includes braces in the output, however it will be more correct if it doesn't. If we think of scalar as 0D, then its csv output is now equivalent to that of 1D .1 csv encoding of a scalar includes braces in the output, however it will be more correct if it doesn't. If we think of scalar as 0D, then its csv output is now equivalent to that of 1D array, which is wrong. 2 2 {{{ 3 3 $ rasql -q 'select csv(1)' --out string --quiet