Bug report #9998
Error Null values in PostGIS
Status: | Closed | ||
---|---|---|---|
Priority: | High | ||
Assignee: | - | ||
Category: | - | ||
Affected QGIS version: | 2.2.0 | Regression?: | No |
Operating System: | Linux | Easy fix?: | No |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 18489 |
Description
In PostGIS (2.1) the Null values are displayed correctly in the attribute table. However, when displaying the label is treated as a value of 0, similarly when I perform an operation interpolation (IDW algorithm from the raster menu), where this result should ignore null values stations.
Attached a screenshot trying to explain the results of interpolation and labeled, possibly wrong with null values.
https://drive.google.com/file/d/0B9J3L0xnIeLZLWRtSkJLeXp1RzA
Related issues
History
#1 Updated by Paolo Cavallini over 10 years ago
- Priority changed from Normal to High
#2 Updated by Jürgen Fischer over 10 years ago
- Assignee deleted (
Jürgen Fischer) - Category deleted (
Data Provider/PostGIS)
Not related to the PostGIS provider. Any QVariant( QVariant::Double ).toString()
evaluates to 0
.
#3 Updated by Jürgen Fischer over 10 years ago
- Status changed from Open to Closed
Fixed in changeset e497a5c0f69301a15111c3e99a3ef3337c718f0e.