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 committed Feb 23, 2019
1 parent ddb589a commit 74aa8ca
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 74aa8ca

Please sign in to comment.