Opened 10 years ago

Last modified 8 years ago

#772 closed enhancement

inv_csv function not supported — at Initial Version

Reported by: Marcus Sen Owned by: Dimitar Misev
Priority: major Milestone: 9.2
Component: manuals_and_examples Version: 9.0
Keywords: Cc: James Passmore, Peter Baumann
Complexity: Medium

Description

The documented inv_csv function does not actually seem to be supported.
E.g.

rasql -q "create collection test3d GreySet3" --user rasadmin --passwd ...
rasql -q 'insert into test3d values inv_csv($1)' --file test3d.csv --user rasadmin --passwd ...

gives error:

Executing insert query...rasdaman error 0: Exception: Transfer Failed

with log file message:

Request: 'insert into test3d values inv_csv(#MDD0#)'...parsing...checking semantics...
QtConversion::checkType() for conversion inv_csv assume the result marray <char>
evaluating...importing CSV data not yet implemented

Change History (0)

Note: See TracTickets for help on using tickets.