mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
[DB Manager / GPKG] Fix COMMIT with GDAL 2 (fix #16174)
This commit is contained in:
parent
9168161e1e
commit
4eed39b63c
@ -185,7 +185,7 @@ class GPKGDBConnector(DBConnector):
|
||||
return DBConnector._execute(self, cursor, sql)
|
||||
|
||||
def _commit(self):
|
||||
if self.gdal2:
|
||||
if self.connection is None:
|
||||
return
|
||||
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user