You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/09/25 03:57:40 UTC

[GitHub] [incubator-shardingsphere] xilipilige commented on issue #3104: Cannot find JDBC type '2003' in PostgreSQL column type

xilipilige commented on issue #3104: Cannot find JDBC type '2003' in PostgreSQL column type
URL: https://github.com/apache/incubator-shardingsphere/issues/3104#issuecomment-534840467
 
 
   > Hi @xilipilige , can you show more detail information about this problem, for example table structure.
   
   CREATE TABLE public.device (
   	device_id bigint NOT NULL,
   	device_name varchar NULL,
   	tenant_id bigint NULL,
   	CONSTRAINT device_pk PRIMARY KEY (device_id)
   )
   WITH (
   	OIDS=FALSE
   ) ;

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services