Navigation Menu

Skip to content

Commit

Permalink
Fix db manager sql query
Browse files Browse the repository at this point in the history
Fixes #21353
  • Loading branch information
elpaso authored and nyalldawson committed Feb 26, 2019
1 parent 1ef89f2 commit 0eeedac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/db_manager/dlg_sql_window.py
Expand Up @@ -355,7 +355,7 @@ def _getSqlLayer(self, _filter):
else:
geomFieldName = None

query = self._getSqlExecutableQuery()
query = self._getExecutableSqlQuery()
if query == "":
return None

Expand Down

0 comments on commit 0eeedac

Please sign in to comment.