Opened 5 years ago
Closed 5 years ago
#2116 closed defect (fixed)
rasql - insert complex cint16 and cint32 does not work
Reported by: | Bang Pham Huu | Owned by: | apercov |
---|---|---|---|
Priority: | major | Milestone: | 9.8 |
Component: | server | Version: | 9.8 |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu | |
Complexity: | Medium |
Description (last modified by )
It is needed for #1771
How to reproduce, create these types and collection with rasql
CREATE TYPE test_import_complex_type_cint16_Array AS CInt16 MDARRAY [D0,D1] CREATE TYPE test_import_complex_type_cint16_Set AS SET (test_import_complex_type_cint16_Array ) Same situation repeats, if we choose cint32. CREATE COLLECTION test_import_complex_type_cint16_2019_07_10_11_48_59_1985 test_import_complex_type_cint16_Set
Then, this rasql insert should work, note complex(0s,0s)
parameter
INSERT INTO test_import_complex_type_cint16_2019_07_10_11_54_20_2434 VALUES <[0:0,0:0] complex(0s,0s)> TILING ALIGNED [0:500, 0:500]
Current error is
Executing insert query... rasdaman error 959: Update error 959 in line 1, column 1, near token INSERT: MDD and collection types are incompatible.
Change History (3)
comment:1 by , 5 years ago
Status: | new → accepted |
---|
comment:2 by , 5 years ago
Description: | modified (diff) |
---|---|
Summary: | rasql - insert complex cint16 does not work → rasql - insert complex cint16 and cint32 does not work |
comment:3 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.