Bug report #1305
QgsVectorDataProvider.uniqueValues always returns empty list
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | nobody - | ||
Category: | Python plugins | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | Linux | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | fixed | |
Crashes QGIS or corrupts data: | Copied to github as #: | 11365 |
Description
No matter what data is used, uniqueValues always returns an empty list. This has been tested on a number of datasets (shapefiles).
History
#1 Updated by Jürgen Fischer about 16 years ago
seems to only apply to the python binding
#2 Updated by Martin Dobias about 16 years ago
- Resolution set to fixed
- Status changed from Open to Closed
Fixed in 48724e05 (SVN r9684). Now this works fine:
lst = provider.uniqueValues(3)
#3 Updated by Anonymous over 15 years ago
Milestone Version 1.0.0 deleted