Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Followup #41109: fix algorithms
Check for NULL instead of valid (because NULL is valid). The old behavior was relying on the fact that a NULL attribute was stored by OGR as an empty string instead of a NULL QVariant of the corresponding field type, the conversion of the QVariant( QString()) to a numeric field was checked (and it was failing) so everything worked (at least for non-string types). (cherry picked from commit d66d66e)
- Loading branch information
Showing
with
5 additions
and 5 deletions.