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 25, 2019
1 parent 96b25ab commit 5520a01
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 @@ -393,7 +393,7 @@ def _getSqlLayer(self, _filter):
else:
geomFieldName = None

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

Expand Down

0 comments on commit 5520a01

Please sign in to comment.