jaybird
jaybird copied to clipboard
getClientInfo returning Properties object never returns anything [JDBC365]
Submitted by: @mrotteveel
The method public Properties getClientInfo() in FBConnection never returns anything, because it uses a set of keynames (clientInfoPropNames) that is never populated.
Modified by: @mrotteveel
summary: getClientInfo returning Propertie object never returns anything => getClientInfo returning Properties object never returns anything