We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8213176 commit ea24e10Copy full SHA for ea24e10
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