fix nightly
(cherry picked from commit fa5c4c0d9480c24a982888374c8a11c134c2906b)
[gdal][ui] Fix opening of gdal rasters within ZIP containers in the data source manager dialog
[memory] Correctly store converted field values when adding orchanging attributes
If testing for value compatiblity via QgsField::convertCompatibilityonly resulted in true because an automatic type conversion happenedthen we need to store the auto converted value, not the original....
Merge pull request #41893 from nyalldawson/gdal_args
Fix many issues in gdal algs (3.18)
Fix QgsAttributes equality operator when comparing attributes whereone set contains a string value of a date, and the other a QDateTimevalue of the same date
For some bizarre reason the QVariant == test returns true whencomparing a QDateTime variant to a QString variant where the...
[processing][gdal] Partially revert 570972b22707533
- gdal_calc command is gdal_calc.py, not gdal_calc- commandName() method is used for more than just the command linegeneration, so move extension handling to getConsoleCommands() only
Rewrite malformed datetime values in gpkg, resurrect test
The raw sqlite values stored for the datetime fields did notmatch the GPKG spec, so sqlite backend sql queries were notreturning expected results.
[gdal] Fix loading of rasters using a vsi prefix and add test
test_provider_ogr.py: add test for createDataItem() on a raster with 2 layers
Browser: fix management of raster layers (GeoPackage) (fixes #41860)
This is a follow-up for the changes of commit3f42393a9237db8aec60b377f88728fd76e5825f
Fix crashes in QgsHighlight if layer is removed before highlight
(cherry picked from commit e89d7158a004cfbb742b65ed0a0aa0be25085e2e)
Rename duplicate zonal statistics (in place)
QGIS expressions are not sensitive to the case of field names, somimic this same insensitivity when compiling expressions for providers
Avoids the expression compilation failing whenever a referencedfield in an expression does not exactly match the layer's field...
Split grass raster tests into two blocks
(cherry picked from commit c7a25c6275636cafea5ac4e65513943e116a2abf)
1 2 3 ... 3973 Next » (1-25/99319) Per page: 25, 50, 100, 200
Also available in: Atom