Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
|
@@ -66,7 +66,7 @@ def __init__(self, uri): |
|
|
try: |
|
|
self.connection = psycopg2.connect(expandedConnInfo) |
|
|
except self.connection_error_types() as e: |
|
|
# get credentials if cached or assking to the user no more than 3 times |
|
|
# get credentials if cached or asking to the user no more than 3 times |
|
|
err = unicode(e) |
|
|
uri = self.uri() |
|
|
conninfo = uri.connectionInfo(False) |
|
|
|
@@ -244,8 +244,8 @@ QgsPostgresConn::QgsPostgresConn( const QString &conninfo, bool readOnly, bool s |
|
|
fileName.remove( QStringLiteral( "'" ) ); |
|
|
QFile file( fileName ); |
|
|
// set minimal permission to allow removing on Win. |
|
|
// On linux and Mac if file is set with QFile::>ReadUser |
|
|
// does not create problem removin certs |
|
|
// On linux and Mac if file is set with QFile::ReadUser |
|
|
// does not create problem removing certs |
|
|
if ( !file.setPermissions( QFile::WriteOwner ) ) |
|
|
{ |
|
|
QString errorMsg = tr( "Cannot set WriteOwner permission to cert: %0 to allow removing it" ).arg( file.fileName() ); |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.