[Qgis-developer] Strange attribute table behaviour

Richard Duivenvoorde rdmailings at duif.net
Thu May 5 11:27:37 PDT 2016


On 05-05-16 19:24, Stefan Ziegler wrote:
> Hi
> 
> I have some tables with a primary key but without the typical
> "nextval(... sequence...)" definition:
> 
> CREATE TABLE nplso_2495.chcantoncode
> (
>   itfcode integer NOT NULL,
>   ilicode character varying(1024) NOT NULL,
>   seq integer,
>   dispname character varying(250) NOT NULL,
>   CONSTRAINT chcantoncode_pkey PRIMARY KEY (itfcode)
> )
> WITH (
>   OIDS=FALSE
> );
> 
> I can load the table in QGIS but when opening the attribute table it
> only shows three times the "itfcode" column.

I think this is all the same:

http://hub.qgis.org/issues/14765

http://hub.qgis.org/issues/14766

Regards,

Richard



More information about the Qgis-developer mailing list