mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Imperfectly fixed problem where attributes aren't displayed if the primary
key is not of type int4 (bug 1042706). Support for a unique id key field needs to be added to the provider. Support for keys other than int4 will require changing QgsFeature to a template class and other major architectural changes. git-svn-id: http://svn.osgeo.org/qgis/trunk@2108 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
f5c424a8d6
commit
09ae8566f5
File diff suppressed because it is too large
Load Diff
@ -238,6 +238,10 @@ private:
|
|||||||
* Index (column number) of the primary key
|
* Index (column number) of the primary key
|
||||||
*/
|
*/
|
||||||
int primaryKeyIndex;
|
int primaryKeyIndex;
|
||||||
|
/**
|
||||||
|
* Data type for the primary key
|
||||||
|
*/
|
||||||
|
QString primaryKeyType;
|
||||||
/**
|
/**
|
||||||
* Name of the geometry column in the table
|
* Name of the geometry column in the table
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user