| org.hibernate.test.cid.CompositeIdTest.testDistinctCountOfEntityWithCompositeId Test expects SQLGrammarException but hibernate now throws PersistenceException
catch ( SQLGrammarException e ) {
if ( getDialect().supportsTupleDistinctCounts() ) {
throw e;
}
}
|