Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.5.4
-
Component/s: Other
-
Labels:None
Description
Connection.getClientInfo implementation doesn't follow JDBC rules (see https://docs.oracle.com/javase/7/docs/api/java/sql/Connection.html#getClientInfo())
Those informations must permit to identify connection. That's not what current implementation does.