-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[OGR] Fix transactional editing for GPKG/SQLite #60198
[OGR] Fix transactional editing for GPKG/SQLite #60198
Conversation
Tell the provider to reload the fields after a rollback and add some checks to verify if after the rollback the provider still needs to update the field. Followup OSGeo/gdal#11695 Followup qgis#59797
for more information, see https://pre-commit.ci
🪟 Windows buildsDownload Windows builds of this PR for testing. 🪟 Windows Qt6 buildsDownload Windows Qt6 builds of this PR for testing. |
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.
Do you mind adding test?
The test is already there, it was just disabled in #59910 because it was failing. I tested it locally and re-enabled the test (but it will only be executed in CI when GDAL will be updated to 3.11). |
Forgot to mention that the upstream changes that are applied here were extensively tested. |
OK then |
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.
LGTM
Tell the provider to reload the fields after a rollback and add some checks to verify if after the rollback the provider still needs to update the field.
Followup OSGeo/gdal#11695
Followup #59797