This commit is contained in:
Tom Kralidis
2019-09-04 09:31:34 -04:00
parent 5c16265633
commit 69800dbaf8
+1 -3
View File
@@ -489,9 +489,7 @@ class CommonSourceHelper(SourceHelper):
OGR Driver-specific handling of closing dataset.
If ExecuteSQL has been (successfully) called
must close ResultSet explicitly.
https://gis.stackexchange.com/questions/114112/
explicitly-close-a-ogr-result-object-from-a-call-to-executesql
https://gis.stackexchange.com/questions/114112/explicitly-close-a-ogr-result-object-from-a-call-to-executesql # noqa
"""
if not self.result_set: