Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
1.1.7
-
None
-
None
Description
If I call MySQLDataSource#getConnection(String username, String password), it returns MySQLConnection.newConnection(new MySQLProtocol(url, username, password, new Properties()));
If I have previously passed in properties via MySQLDataSource#setProperties(String properties), those properties are improperly ignored. The return statement above should use "info" instead of "new Properties()".
Attachments
Issue Links
- duplicates
-
CONJ-81 MySQLDataSource implementation discards properties
- Closed