mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Reverted last commit, sslmode=prefer seems to be the default anyway
git-svn-id: http://svn.osgeo.org/qgis/trunk@8789 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
ec26796053
commit
bda9f3263b
@ -230,7 +230,6 @@ QString QgsDataSourceURI::connInfo() const
|
||||
connInfo += " host=" + mHost;
|
||||
if( mPort!="" )
|
||||
connInfo += " port=" + mPort;
|
||||
connInfo += " sslmode=prefer";
|
||||
}
|
||||
|
||||
if( mUsername != "" )
|
||||
|
Loading…
x
Reference in New Issue
Block a user