-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: avatica-1.8.0
-
Component/s: None
-
Labels:None
Allow numeric connection properties. These means adding NUMBER to enum ConnectionProperty.Type, and getInt, getLong and getDouble methods to ConnectionConfigImpl.PropEnv.
If a numeric property has a value "10k" interpret it as 10 * 1024. The "k" or "K" suffix means 1024 multiplier, similarly "m" or "M" (1024 * 1024), "g" or "G" (1024 * 1024 * 1024).