It seems that INSERT cannot handle HANA native data type (Geometry) properly, with error "Unsupported type: cds.hana.ST_GEOMETRY"
This is because cds.builtin.types refered to in this function does not have "cds.hana.ST_GEOMETRY", though InsertTypeMap in the same file has this geometry type listed.
To reproduce:
Define an entity with hana.ST_GEOMETRY data type
Define service and enable draft for the entity projection
It seems that INSERT cannot handle HANA native data type (Geometry) properly, with error "Unsupported type: cds.hana.ST_GEOMETRY" This is because cds.builtin.types refered to in this function does not have "cds.hana.ST_GEOMETRY", though InsertTypeMap in the same file has this geometry type listed.
To reproduce:
Is this not supported at the moment?