mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
[DB_Manager GPKG] Fix logic inversion in GDAL 1.X vs GDAL 2.X cases
This commit is contained in:
parent
cc0ada9f11
commit
f84826d58d
@ -181,7 +181,7 @@ class GPKGDBConnector(DBConnector):
|
||||
return DBConnector._execute(self, cursor, sql)
|
||||
|
||||
def _commit(self):
|
||||
if not self.gdal2:
|
||||
if self.gdal2:
|
||||
return
|
||||
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user