We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 1108e7e commit 326f472Copy full SHA for 326f472
python/core/qgsdatasourceuri.sip
@@ -35,7 +35,7 @@ public:
35
const QString& aDatabase,
36
const QString& aUsername,
37
const QString& aPassword,
38
- SSLmode sslmode );
+ SSLmode sslmode = SSLprefer );
39
40
//! Set all data source related members at once
41
void setDataSource(const QString& aSchema,
src/core/qgsdatasourceuri.h
@@ -53,7 +53,7 @@ class CORE_EXPORT QgsDataSourceURI
53
54
55
56
57
58
59
void setDataSource( const QString& aSchema,
0 commit comments