Opened 8 years ago

Closed 8 years ago

#1289 closed enhancement (invalid)

rasql should print oid upon insert

Reported by: Peter Baumann Owned by: Dimitar Misev
Priority: minor Milestone: 10.0
Component: rasql Version: development
Keywords: Cc:
Complexity: Easy

Description

when a new array is created through INSERT using the rasql utility, the OID does not get printed, although the API delivers that information. This printout should be done on a successful insertion.

Change History (2)

comment:1 by Dimitar Misev, 8 years ago

This works, you need to specify --out string:

$ rasql -q 'insert into test_insert values marray i in [0:10,0:10] values 1c' --out string
rasql: rasdaman query tool v1.0, rasdaman v9.2.0 -- generated on 06.04.2016 22:50:05.
opening database RASBASE at localhost:7001...ok
Executing insert query...ok
Query result collection has 1 element(s):
  Result element 1: 296961
rasql done.

comment:2 by Dimitar Misev, 8 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.