Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #7245 from rouault/gpkg_transactions
[OGR provider] [FEATURE] Add support for transactions on GPKG databases
- Loading branch information
Showing
with
562 additions
and 57 deletions.
- +1 −0 python/core/auto_generated/qgstransaction.sip.in
- +48 −7 src/core/qgstransaction.cpp
- +7 −0 src/core/qgstransaction.h
- +3 −2 src/core/qgstransactiongroup.cpp
- +2 −0 src/providers/ogr/CMakeLists.txt
- +58 −21 src/providers/ogr/qgsogrfeatureiterator.cpp
- +6 −0 src/providers/ogr/qgsogrfeatureiterator.h
- +174 −25 src/providers/ogr/qgsogrprovider.cpp
- +55 −2 src/providers/ogr/qgsogrprovider.h
- +85 −0 src/providers/ogr/qgsogrtransaction.cpp
- +53 −0 src/providers/ogr/qgsogrtransaction.h
- +70 −0 tests/src/python/test_provider_ogr_gpkg.py
Oops, something went wrong.