Skip to content

Issue with inserting points #254

@byronpc

Description

@byronpc

I tried executing this code on my local database and while the entry gets inserted, point is always NULL. Any ideas?

point = %Mariaex.Geometry.Point{srid: 0, coordinates: {1, 1}}

:ok = query(~s{INSERT INTO #{table} (id, point) VALUES (?, ?)}, [1, point])

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