Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.4.0
-
None
Description
Connector has 2 Datasources interface :
- basic implementation (MariaDbDataSource)
- Connection pooling implementation (MariaDbPoolDataSource)
There is an interface mismatch there : MariaDbDataSource implement ConnectionPoolDataSource without implementing connection pooling, and MariaDbPoolDataSource doesn't implement MariaDbPoolDataSource but has this exact goal.