Howard Chu pushed to branch master at openldap / JDBC LDAP
Commits: e8848f1d by Fredrik Roubert at 2022-05-02T13:40:01+00:00 ITS#9837 Don't throw exceptions when requesting empty integer fields.
LibreOffice Base expects to be able to call LdapResultSet.getLong() on an empty Types.INTEGER field without any exception being thrown and the exception that Long.parseLong() throws when passed an empty string will terminate the query with an error message.
- - - - -
1 changed file:
- src/com/octetstring/jdbcLdap/sql/LdapResultSet.java
View it on GitLab: https://git.openldap.org/openldap/jdbcldap/-/commit/e8848f1d66c2ab338f64f825...