Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #9247 from elpaso/bugfix-21353-db-manager-sql-error
Fix db manager sql query
  • Loading branch information
elpaso committed Feb 23, 2019
2 parents 2b21a97 + 74aa8ca commit 678f98c
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 678f98c

Please sign in to comment.