Skip to content

ITS#9837 Don't throw exceptions when requesting empty integer fields.

Fredrik Roubert requested to merge roubert/jdbcldap:its9837 into master

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.

Merge request reports