Subject Re: [Firebird-Java] null pointer exception when calling getLong()
Author Roman Rokytskyy
> I have noticed that if I use the ResultSet.getLong(columnIndex) and
> the database column is SQL null I am getting a null pointer
> exception. I tested this with other drivers/database and I didn't
> get this exception.

Thanks! This is a bug, your fix is correct. I will apply it to the CVS
today.

Roman