kgignatyev wrote:
And why do you think Hibernate developers should be concerned about bugs in MySQL drivers?
The purpose of this test would be to help ensure that the integration of Hibernate + MySQL is correct. It is currently not correct with regard to ResultSet.wasNull() being called after a call to ResultSet.getBoolean().
I think it would help Hibernate developers to have "integration tests" that verify that a backend database is working correctly with Hibernate. So, I think it is a good idea to check it in.