@@ -289,7 +289,7 @@ public override GxAbstractConnectionWrapper GetConnection(bool showPrompt, strin
289289 if ( m_connectionString == null )
290290 m_connectionString = BuildConnectionString ( datasourceName , userId , userPassword , databaseName , port , schema , extra ) ;
291291 }
292- GXLogging . Debug ( log , "Setting connectionString property " , ConnectionStringForLog ) ;
292+ GXLogging . Debug ( log , "Setting connectionString property " , ( ) => BuildConnectionString ( datasourceName , userId , NaV , databaseName , port , schema , extra ) ) ;
293293 return new OracleConnectionWrapper ( m_connectionString , connectionCache , isolationLevel ) ;
294294 }
295295 protected override string BuildConnectionString ( string datasourceName , string userId ,
@@ -609,7 +609,7 @@ public override GxAbstractConnectionWrapper GetConnection(bool showPrompt, strin
609609 if ( m_connectionString == null )
610610 m_connectionString = BuildConnectionString ( datasourceName , userId , userPassword , databaseName , port , schema , extra ) ;
611611 }
612- GXLogging . Debug ( log , "Setting connectionString property " , ConnectionStringForLog ) ;
612+ GXLogging . Debug ( log , "Setting connectionString property " , ( ) => BuildConnectionString ( datasourceName , userId , NaV , databaseName , port , schema , extra ) ) ;
613613 return new OracleManagedConnectionWrapper ( m_connectionString , connectionCache , isolationLevel ) ;
614614 }
615615
@@ -873,7 +873,7 @@ public override GxAbstractConnectionWrapper GetConnection(bool showPrompt, strin
873873 if ( m_connectionString == null )
874874 m_connectionString = BuildConnectionString ( datasourceName , userId , userPassword , databaseName , port , schema , extra ) ;
875875 }
876- GXLogging . Debug ( log , "Setting connectionString property " , ConnectionStringForLog ) ;
876+ GXLogging . Debug ( log , "Setting connectionString property " , ( ) => BuildConnectionString ( datasourceName , userId , NaV , databaseName , port , schema , extra ) ) ;
877877 return new MSOracleConnectionWrapper ( m_connectionString , connectionCache , isolationLevel ) ;
878878 }
879879#else
0 commit comments