Skip to content

Geometry types broken (becomes a Bytes instance) in CallProcedure #107

@kevinresol

Description

@kevinresol

Basically because typeCast now passes GEOMETRY as raw bytes,

case v: v.hxToBytes();

and CallProcedure carries no runtime type info. So when it arrives ResultParser, the Bytes will be passed through as is:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions