Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[FEATURE] Add a flag to dirty edit buffer when using executeSql in tr…
…ansactions
- Loading branch information
Showing
with
213 additions
and 16 deletions.
- +12 −1 python/core/qgstransaction.sip
- +13 −0 python/core/qgsvectorlayereditpassthrough.sip
- +31 −1 python/core/qgsvectorlayerundopassthroughcommand.sip
- +1 −1 src/core/qgstransaction.cpp
- +12 −1 src/core/qgstransaction.h
- +10 −0 src/core/qgsvectorlayer.cpp
- +1 −0 src/core/qgsvectorlayer.h
- +1 −0 src/core/qgsvectorlayereditbuffer.h
- +12 −1 src/core/qgsvectorlayereditpassthrough.cpp
- +13 −0 src/core/qgsvectorlayereditpassthrough.h
- +48 −2 src/core/qgsvectorlayerundopassthroughcommand.cpp
- +38 −7 src/core/qgsvectorlayerundopassthroughcommand.h
- +20 −1 src/providers/postgres/qgspostgrestransaction.cpp
- +1 −1 src/providers/postgres/qgspostgrestransaction.h
Oops, something went wrong.