Skip to content

Commit 1bde1ce

Browse files
author
mhugent
committedJul 15, 2008

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/core/qgsdatasourceuri.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ QString QgsDataSourceURI::connInfo() const
230230
connInfo += " host=" + mHost;
231231
if( mPort!="" )
232232
connInfo += " port=" + mPort;
233+
connInfo += " sslmode=prefer";
233234
}
234235

235236
if( mUsername != "" )

0 commit comments

Comments
 (0)
Please sign in to comment.