Skip to content

Support geometry column type #808

@ghost

Description

drop table if exists a.tmp;
create table a.tmp (id int primary key auto_increment, val1 geometry not null);
insert into a.tmp values (0, ST_GeomFromText('POINT(35.681300 139.767165)', 4326));
[ERROR] client.driver_mgr.dtle: error at ParseCreateTableStmt.: driver=dtle err="line 3 column 18 near "geometry NOT NULL,

Metadata

Metadata

Assignees

No one assigned

    Labels

    DDLDDL bug or issueVERIFIEDverified issue

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions