Skip to content

Commit 1caffcf

Browse files
committed
HHH-19145 - Relicense Hibernate ORM under ASL
HHH-19170 - Move hibernate-envers to separate repository HHH-19100 - Drop the UCP ConnectionProvider HHH-19057 - Drop TeradataDialect https://hibernate.atlassian.net/browse/HHH-19145 https://hibernate.atlassian.net/browse/HHH-19170 https://hibernate.atlassian.net/browse/HHH-19100 https://hibernate.atlassian.net/browse/HHH-19057
1 parent dd3b69b commit 1caffcf

File tree

3 files changed

+0
-174
lines changed

3 files changed

+0
-174
lines changed

hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/TeradataSqlAstTranslator.java

Lines changed: 0 additions & 142 deletions
This file was deleted.

hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/identity/Teradata14IdentityColumnSupport.java

Lines changed: 0 additions & 30 deletions
This file was deleted.

hibernate-core/src/test/java/org/hibernate/orm/test/annotations/entity/BasicHibernateAnnotationsTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ public void testEntity() throws Exception {
8888

8989
@Test
9090
@RequiresDialectFeature( DialectChecks.SupportsExpectedLobUsagePattern.class )
91-
// Not sure why teradata would cause transactions to hang
92-
// @SkipForDialect(value = TeradataDialect.class , comment = "One transaction hangs the other")
9391
public void testVersioning() throws Exception {
9492
Forest forest = new Forest();
9593
forest.setName( "Fontainebleau" );

0 commit comments

Comments
 (0)