You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2019/07/03 07:15:38 UTC

[GitHub] [commons-dbcp] leechoongyon opened a new pull request #33: [DBCP-547] Add a ConnectionFactory interface in BasicDataSource.createConnectionFactory()

leechoongyon opened a new pull request #33: [DBCP-547] Add a ConnectionFactory interface in BasicDataSource.createConnectionFactory()
URL: https://github.com/apache/commons-dbcp/pull/33
 
 
   [DBCP-547] Add a ConnectionFactory interface in BasicDataSource.createConnectionFactory()
   
   I think it would be nice better to implement a ConnectionFactory interface in BasicDataSource class.
   
   In my current project, when getting a connection in my program, I call oracleSetModule.
   so, i think that after creating connection, call oracleSetModule via connectionFactoryImpl seems to be nice.
   
   This reduces the cost of calling oracleSetModule when calling BasicDataSource.getConnection().

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services