We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b416b63 commit b967172Copy full SHA for b967172
src/plugins/grass/scripts/qgis.db.connect-login.pg.py
@@ -85,13 +85,10 @@ def main():
85
user = options['user']
86
password = options['password']
87
88
- #if not maptable:
89
- # grass.fatal("There is no table connected to this map. Cannot join any column.")
90
-
91
# Test connection
92
conn = "dbname=" + database
93
if host: conn += ",host=" + host
94
- if port: conn += ",port=" + host
+ if port: conn += ",port=" + port
95
96
# Unfortunately we cannot test untill user/password is set
97
if user or password:
0 commit comments