Changes between Initial Version and Version 1 of Ticket #1269


Ignore:
Timestamp:
Mar 22, 2016, 9:31:06 AM (8 years ago)
Author:
Dimitar Misev
Comment:

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.
     1csv 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.
    22{{{
    33$ rasql -q 'select csv(1)' --out string --quiet