Bug report #10611
QGIS crashes when opening attribute table of PostGIS layer with primary key
Status: | Closed | ||
---|---|---|---|
Priority: | High | ||
Assignee: | Jürgen Fischer | ||
Category: | Data Provider/PostGIS | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | Yes | Resolution: | fixed/implemented |
Crashes QGIS or corrupts data: | Yes | Copied to github as #: | 19015 |
Description
QGIS crashes when opening the attribute table of a PostGIS layer with a primary key, if the oid of the primary key index exceeds the range of a signed long. (oids are unsigned longs). Issue is fixed with github pull request 1407: https://github.com/qgis/QGIS/pull/1407
History
#1 Updated by Giovanni Manghi over 10 years ago
- Status changed from Open to Feedback
the patch has been merged, closing?
#2 Updated by Jürgen Fischer over 10 years ago
- Resolution set to fixed/implemented
- Status changed from Feedback to Closed