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:
mhugent 2008-07-15 19:53:51 +00:00
parent ec26796053
commit bda9f3263b

View File

@ -230,7 +230,6 @@ QString QgsDataSourceURI::connInfo() const
connInfo += " host=" + mHost;
if( mPort!="" )
connInfo += " port=" + mPort;
connInfo += " sslmode=prefer";
}
if( mUsername != "" )