[QGIS Commit] [qgis/Quantum-GIS] 2a002c: [API] make primary key field indexes available:
GitHub
noreply at github.com
Sat Jan 5 19:54:58 PST 2013
Branch: refs/heads/master
Home: https://github.com/qgis/Quantum-GIS
Commit: 2a002c558e923d51142ca1e4c280b2e58826b291
https://github.com/qgis/Quantum-GIS/commit/2a002c558e923d51142ca1e4c280b2e58826b291
Author: Juergen E. Fischer <jef at norbit.de>
Date: 2013-01-05 (Sat, 05 Jan 2013)
Changed paths:
M src/app/CMakeLists.txt
M src/app/qgisapp.cpp
M src/app/qgisapp.h
M src/app/qgsmergeattributesdialog.cpp
M src/core/qgsvectordataprovider.h
M src/core/qgsvectorlayer.cpp
M src/core/qgsvectorlayer.h
M src/providers/postgres/qgspostgresprovider.h
Log Message:
-----------
[API] make primary key field indexes available:
- add QgsVectorLayer::pendingPkAttributeList()
- add QgsVectorDataProvider::pkAttributeIndexes()
- skip primary key attribute when pasting features (fixes #6164)
- default to skip primary key attribute in when merging features/attributes
- reset primary key attributes to default value when splitting features (better fix for #6060)
- comment out unused QgsPasteTransformations
More information about the QGIS-commit
mailing list