Geometry type should not be optional in Execute SQL algorithm
Instead it should just default to Autodetect
Given how the algorithm uses this parameter this change does notresult in any difference to scripts/etc running this tool, asbefore/after this change the algorithm will use Autodetect mode...
Fix strings
Cleanup Execute SQL geometry type handling
And fix exception when "no geometry" type is selected
Fixes #54833
Ensure that we always call prepareGeometryChange BEFORE changingproperties which effect the boundingRect of a layout item
Refs #52079Refs https://bugreports.qt.io/browse/QTBUG-18021
Ignore any invalid field indexes
Apply suggestions from code review
Update src/core/qgsabstractgeopdfexporter.h
Co-authored-by: Matthias Kuhn <[email protected]>
More info about ISO 32000 in GeoPDF Exporter abstract class
Handle sql='' or sql="" as empty sql strings instead of '' / "" literals
Fixes #53736
Merge pull request #54812 from nyalldawson/crash_georef_props
Fix crash when opening layer properties for raster layer with broken data source
Merge pull request #54806 from nyalldawson/fix_53736
Merge pull request #54824 from nyalldawson/layout_crash
Cleanup c++ layout tests
flake8: Remove trailing spaces
Improve layout clipping test
- Avoid QgsRectangle's normalisation (the min/max values were mismatched)- Add helpful commentary to describe what the tests are testing and how
- Use common methods- Ensure all tests pass under memory sanitiser builds without issues
Add tests for opening and applying layer properties for validand invalid layers of all layer subclasses
Fix crash when opening layer properties for raster layer with brokendata source
Fixes #49176
[OAPIF] Catch ct.transformBoundingBox() exceptions in QgsOapifProvider initialization
[OAPIF] faster way to get feature count (backport of #51590)
[OAPIF] Fix wrong extent when not advertized in collection metadata and storageCrs != CRS84, and fix potential infinite feature query when featureCount not advertized by server
Fixes https://lists.osgeo.org/pipermail/qgis-user/2023-September/053400.html
Avoid calling overridden virtual method in base class destructor
Fixes some undefined behavior when deleting layout items
« Previous 1 ... 10 11 12 13 14 ... 4866 Next » (276-300/121643) Per page: 25, 50, 100, 200
Also available in: Atom