We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3643a29 commit 63224c2Copy full SHA for 63224c2
src/providers/oracle/qgsoracleconn.cpp
@@ -80,7 +80,7 @@ QgsOracleConn::QgsOracleConn( const QgsDataSourceUri &uri, bool transaction )
80
81
// will be used for logging and access connection from connection pool by name,
82
// so we don't want login/password here
83
- mConnInfo = uri.connectionInfo( false );
+ mConnInfo = toPoolName( uri );
84
85
QgsDataSourceUri expandedUri = QgsDataSourceUri( uri.connectionInfo( true ) );
86
0 commit comments