-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python/plugins: turn on GDAL exceptions to avoid deprecation warning #57477
Conversation
This should appear as api break I guess. It will have an implication on some plugins which will be looking for guidance. |
Can you add a note to https://github.com/qgis/QGIS/blob/master/doc/api_break.dox ? |
done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
CC @benoitdm-oslandia FYI, see commit b3a2ac8 where I've tried to correct a test case that you had added in 927a7c1 and that wouldn't work as expected. The OGR SQLite driver refuses to insert PointZ features in a PointZM layer, so I've just reduced the test case to creating an empty layer |
…asn't actually tested
…ompatible features is rejected by the OGR SQLite driver
Indeed: I should have try to add a feature count test ( I was just trying to test against strange geopackages (bad extent or mismatch geometry type). I had some examples at the moment I wrote the tests but I can not find them anymore. |
Fixes #57344
IHMO not appropriate for backport in stable branches