The following fail on Postgres because bytea type cannot be cast to bigint: * org.hibernate.test.annotations.query.QueryAndSQLTest.testNativeQueryWithNullParameter * org.hibernate.test.annotations.query.QueryAndSQLTest.testQueryWithNullParameter * org.hibernate.jpa.test.query.QueryTest.testNativeQueryNullNamedParameter * org.hibernate.jpa.test.query.QueryTest.testNativeQueryNullPositionalParameter These tests need to be skipped.
Fixes pushed to master and 5.0.
I'll leave this issue open in case there are other unit tests failing for the same reason.
|