|
Pull request that fixes this bug, as well as HHH-8697.
Warning: This PR breaks the contract for org.hibernate.type.descriptor.sql.BasicExtractor! It doesn’t check anymore for rs.wasNull(), which means subclass must return null when appropriate instead of a default value. I fixed all subclasses within hibernate-core, but I don’t know whether there are some others outside.
|