[hibernate-commits] [hibernate/hibernate-orm] 7f0ca0: HHH-8191 Support Teradata 14.0

GitHub noreply at github.com
Sat Mar 21 22:54:03 EDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 7f0ca081df368d0d0c2493e815b0922c4dd52b30
      https://github.com/hibernate/hibernate-orm/commit/7f0ca081df368d0d0c2493e815b0922c4dd52b30
  Author: Dave Repshas <David.Repshas at Teradata.com>
  Date:   2015-03-21 (Sat, 21 Mar 2015)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/dialect/Dialect.java
    A hibernate-core/src/main/java/org/hibernate/dialect/Teradata14Dialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/TeradataDialect.java
    M hibernate-core/src/main/java/org/hibernate/sql/Select.java
    M hibernate-core/src/main/java/org/hibernate/sql/SimpleSelect.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/Sky.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/any/CharProperty.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/any/IntegerProperty.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/any/LongProperty.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/any/StringProperty.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Bug.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/OrderByTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/CorpType.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/entity/BasicHibernateAnnotationsTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/CourseStudent.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/StoreCustomer.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/IndexedCollectionTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Account.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/ManyToOneWithFormulaTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/Account.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/query/Area.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/query/Dictionary.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/query/QueryAndSQLTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Clothes.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Luggage.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/ReferencedColumnNameTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/type/Dvd.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/uniqueconstraint/Building.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/uniqueconstraint/House.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/uniqueconstraint/Room.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/uniqueconstraint/UniqueConstraintTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/various/Vehicule.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/CarModel.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlTest.java
    M hibernate-core/src/test/java/org/hibernate/test/event/collection/detached/Alias.java
    M hibernate-core/src/test/java/org/hibernate/test/extralazy/UserGroup.hbm.xml
    M hibernate-core/src/test/java/org/hibernate/test/flush/Book.java
    M hibernate-core/src/test/java/org/hibernate/test/hql/ASTParserLoadingTest.java
    M hibernate-core/src/test/java/org/hibernate/test/hql/Animal.hbm.xml
    M hibernate-core/src/test/java/org/hibernate/test/hql/FunctionNamesAsColumns.hbm.xml
    M hibernate-core/src/test/java/org/hibernate/test/hql/HQLTest.java
    M hibernate-core/src/test/java/org/hibernate/test/hqlfetchscroll/HQLScrollFetchTest.java
    M hibernate-core/src/test/java/org/hibernate/test/idgen/identity/joinedSubClass/Super.java
    M hibernate-core/src/test/java/org/hibernate/test/instrument/domain/Documents.hbm.xml
    M hibernate-core/src/test/java/org/hibernate/test/jpa/ql/DestinationEntity.java
    M hibernate-core/src/test/java/org/hibernate/test/legacy/CustomSQL.hbm.xml
    M hibernate-core/src/test/java/org/hibernate/test/legacy/FooBarTest.java
    M hibernate-core/src/test/java/org/hibernate/test/legacy/ParentChildTest.java
    M hibernate-core/src/test/java/org/hibernate/test/legacy/SQLFunctionsTest.java
    M hibernate-core/src/test/java/org/hibernate/test/lob/BlobLocatorTest.java
    M hibernate-core/src/test/java/org/hibernate/test/lob/ClobLocatorTest.java
    M hibernate-core/src/test/java/org/hibernate/test/locking/A.java
    M hibernate-core/src/test/java/org/hibernate/test/locking/LockModeTest.java
    M hibernate-core/src/test/java/org/hibernate/test/map/UserGroup.hbm.xml
    M hibernate-core/src/test/java/org/hibernate/test/onetoone/formula/Person.hbm.xml
    M hibernate-core/src/test/java/org/hibernate/test/querycache/Enrolment.hbm.xml
    M hibernate-core/src/test/java/org/hibernate/test/subclassfilter/Employee.java
    M hibernate-core/src/test/java/org/hibernate/test/subclassfilter/UnionSubclassFilterTest.java
    M hibernate-core/src/test/java/org/hibernate/test/subclassfilter/discrim-subclass.hbm.xml
    M hibernate-core/src/test/java/org/hibernate/test/subclassfilter/joined-subclass.hbm.xml
    M hibernate-core/src/test/java/org/hibernate/test/unionsubclass2/UnionSubclassTest.java

  Log Message:
  -----------
  HHH-8191 Support Teradata 14.0


  Commit: 4b7ca41f8ef2915409d868782c6965c0803a330c
      https://github.com/hibernate/hibernate-orm/commit/4b7ca41f8ef2915409d868782c6965c0803a330c
  Author: Brett Meyer <brett at 3riverdev.com>
  Date:   2015-03-21 (Sat, 21 Mar 2015)

  Changed paths:
    M documentation/src/main/docbook/devguide/en-US/Database_Access.xml
    M documentation/src/main/docbook/manual/en-US/content/configuration.xml
    M hibernate-core/src/main/java/org/hibernate/dialect/Dialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/Teradata14Dialect.java
    M hibernate-core/src/main/java/org/hibernate/sql/Select.java
    M hibernate-core/src/main/java/org/hibernate/sql/SimpleSelect.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Clothes.java
    M hibernate-core/src/test/java/org/hibernate/test/legacy/FooBarTest.java

  Log Message:
  -----------
  HHH-8191 cleanup


Compare: https://github.com/hibernate/hibernate-orm/compare/27e8aae2794e...4b7ca41f8ef2


More information about the hibernate-commits mailing list