Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PostgreSQL [create table DDL ] parse geometry field fail #1121

Closed
linkoog opened this issue Feb 18, 2021 · 1 comment · Fixed by #1778
Closed

PostgreSQL [create table DDL ] parse geometry field fail #1121

linkoog opened this issue Feb 18, 2021 · 1 comment · Fixed by #1778

Comments

@linkoog
Copy link

linkoog commented Feb 18, 2021

CREATE TABLE "public"."device_bayonet_copy1" ( "id" int8 NOT NULL, "device_code" varchar(128) COLLATE "pg_catalog"."default", "longitude_latitude" varchar(128) COLLATE "pg_catalog"."default", "longitude_latitude_gis" "public"."geometry", "direction" varchar(128) COLLATE "pg_catalog"."default", "brand" varchar(128) COLLATE "pg_catalog"."default", "test" "information_schema"."time_stamp", CONSTRAINT "device_bayonet_copy1_pkey" PRIMARY KEY ("id") )

[longitude_latitude_gis、test] field parse fail。

@linkoog linkoog changed the title PostgreSQL [create table ] DDL PostgreSQL [create table DDL ] parse geometry field fail Feb 18, 2021
@manticore-projects
Copy link
Contributor

Works with PR #1778, I believe commit 32ec561 did the trick.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants