-
Couldn't load subscription status.
- Fork 137
Closed
Labels
Milestone
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,