Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1.1
-
Fix Version/s: 2.1.2
-
Labels:None
-
Environment:JDK 1.6
-
Patch Submitted:Yes
-
Number of attachments :
Description
The acquired physical connections should be customizable. In our application we need to set some session variables like oracles nls_sort, parallel ddl and also mysqls querycache etc.
We were using c3p0 before and it has a ConnectionCustomizer interface which is a great solution. I think BTM will be more efficient with this.
What kind of customization that isn't possible at the moment are you looking for?