Skip to content

Commit 5520a01

Browse files
elpasonyalldawson
authored andcommittedFeb 25, 2019
Fix db manager sql query
Fixes #21353
1 parent 96b25ab commit 5520a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/db_manager/dlg_sql_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ def _getSqlLayer(self, _filter):
393393
else:
394394
geomFieldName = None
395395

396-
query = self._getSqlExecutableQuery()
396+
query = self._getExecutableSqlQuery()
397397
if query == "":
398398
return None
399399

0 commit comments

Comments
 (0)
Please sign in to comment.