Skip to content

Commit

Permalink
PostgreSQL not working in DB Manager (Fix #8191)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jun 28, 2013
1 parent a7cae07 commit 8dc28f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/db_manager/db_plugins/postgis/plugin.py
Expand Up @@ -85,7 +85,7 @@ def connect(self, parent=None):

settings.endGroup()

if service != "":
if service:
uri.setConnection(service, database, username, password, sslmode)
else:
uri.setConnection(host, port, database, username, password, sslmode)
Expand Down

0 comments on commit 8dc28f2

Please sign in to comment.