[hibernate-commits] [hibernate/hibernate-orm] 014bc4: HHH-7717 Wrapped column names which may be reserve...

GitHub noreply at github.com
Fri Oct 26 11:31:34 EDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 014bc42a86db3941198e6d8f2b50c9df3e46da18
      https://github.com/hibernate/hibernate-orm/commit/014bc42a86db3941198e6d8f2b50c9df3e46da18
  Author: Esen Sagynov <kadishmal at gmail.com>
  Date:   2012-10-26 (Fri, 26 Oct 2012)

  Changed paths:
    M hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/cid/Mappings.hbm.xml
    M hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/Tooth.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/query/Dictionary.java
    M hibernate-core/src/test/java/org/hibernate/test/discriminator/SimpleInheritance.hbm.xml
    M hibernate-core/src/test/java/org/hibernate/test/entityname/Vehicle.hbm.xml
    M hibernate-core/src/test/java/org/hibernate/test/hql/Animal.hbm.xml
    M hibernate-core/src/test/java/org/hibernate/test/immutable/ContractVariation.hbm.xml
    M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariation.hbm.xml
    M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariationOneToManyJoin.hbm.xml
    M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariationVersioned.hbm.xml
    M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariationVersionedOneToManyJoin.hbm.xml
    M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariation.hbm.xml
    M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationOneToManyJoin.hbm.xml
    M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationUnidir.hbm.xml
    M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationVersioned.hbm.xml
    M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationVersionedOneToManyJoin.hbm.xml
    M hibernate-core/src/test/java/org/hibernate/test/jpa/MyEntity.hbm.xml
    M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/metamodel/CreditCard.java

  Log Message:
  -----------
  HHH-7717 Wrapped column names which may be reserved in some dialects.
Also added
column declarations for properties which lacked column attribute.


  Commit: 61cb6f59f60b86c4f956db1765614ec03661434c
      https://github.com/hibernate/hibernate-orm/commit/61cb6f59f60b86c4f956db1765614ec03661434c
  Author: Esen Sagynov <kadishmal at gmail.com>
  Date:   2012-10-26 (Fri, 26 Oct 2012)

  Changed paths:
    M hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/Tooth.java

  Log Message:
  -----------
  HHH-7717 Added import to Tooth test for previously committed @Column.


  Commit: 36f519d02eb634c73e7302b23c0347bcac7cfee2
      https://github.com/hibernate/hibernate-orm/commit/36f519d02eb634c73e7302b23c0347bcac7cfee2
  Author: Esen Sagynov <kadishmal at gmail.com>
  Date:   2012-10-26 (Fri, 26 Oct 2012)

  Changed paths:
    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/beanvalidation/MinMax.java
    M hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/datadirect/oracle/StoredProcedures.hbm.xml
    M hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/db2/Mappings.hbm.xml
    M hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/mysql/Mappings.hbm.xml
    M hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/oracle/Mappings.hbm.xml
    M hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/oracle/StoredProcedures.hbm.xml
    M hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/sqlserver/Mappings.hbm.xml
    M hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/sybase/Mappings.hbm.xml
    M hibernate-core/src/test/java/org/hibernate/test/sql/hand/query/NativeSQLQueries.hbm.xml
    M hibernate-entitymanager/src/test/resources/org/hibernate/jpa/test/xml/Qualifier.hbm.xml

  Log Message:
  -----------
  HHH-7717 Wrapped "value" column names into "`value`" as they can be
reserved in
some dialects which would cause a test failure.


  Commit: 76bb63c74c7199cf8271e001d19ee05342bb5a4c
      https://github.com/hibernate/hibernate-orm/commit/76bb63c74c7199cf8271e001d19ee05342bb5a4c
  Author: Esen Sagynov <kadishmal at gmail.com>
  Date:   2012-10-26 (Fri, 26 Oct 2012)

  Changed paths:
    M hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Tv.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/cid/TvMagazin.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/cid/TvProgram.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/cid/TvProgramIdClass.java

  Log Message:
  -----------
  HHH-7717 Wrapped "time" column names into "`time`" as they can be
reserved in
some dialects which would cause a test failure.


  Commit: d41b800bb00f7cff940cfe2ed1e3d4ca53eafbd3
      https://github.com/hibernate/hibernate-orm/commit/d41b800bb00f7cff940cfe2ed1e3d4ca53eafbd3
  Author: Esen Sagynov <kadishmal at gmail.com>
  Date:   2012-10-26 (Fri, 26 Oct 2012)

  Changed paths:
    M hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/embeddables/withcustomenumdef/Location.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/CorpType.java

  Log Message:
  -----------
  HHH-7717 Wrapped additional "type" column names into "`type`" as they
can
be
reserved in some dialects which would cause a test failure.


  Commit: eb4b4ba0d2eb8a54564f2916dccfc79dcac25c3e
      https://github.com/hibernate/hibernate-orm/commit/eb4b4ba0d2eb8a54564f2916dccfc79dcac25c3e
  Author: Esen Sagynov <kadishmal at gmail.com>
  Date:   2012-10-26 (Fri, 26 Oct 2012)

  Changed paths:
    M hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/Investment.java

  Log Message:
  -----------
  HHH-7717 Wrapped "date" column names into "`date`" as they can be
reserved in
some dialects which would cause a test failure.


  Commit: f63352b0f76a01df01efa18fd5528b29a20c9fcb
      https://github.com/hibernate/hibernate-orm/commit/f63352b0f76a01df01efa18fd5528b29a20c9fcb
  Author: Esen Sagynov <kadishmal at gmail.com>
  Date:   2012-10-26 (Fri, 26 Oct 2012)

  Changed paths:
    M hibernate-core/src/test/java/org/hibernate/test/annotations/join/SysUserOrm.java

  Log Message:
  -----------
  HHH-7717 Wrapped "SYS_USER" column names into "`SYS_USER`" as they can
be
reserved in some dialects which would cause a test failure.


  Commit: 339b4363b1be96e4baf85b63be524887861bcb73
      https://github.com/hibernate/hibernate-orm/commit/339b4363b1be96e4baf85b63be524887861bcb73
  Author: Esen Sagynov <kadishmal at gmail.com>
  Date:   2012-10-26 (Fri, 26 Oct 2012)

  Changed paths:
    M hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/embeddables/withcustomenumdef/Query.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Zone.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Language.java
    M hibernate-core/src/test/java/org/hibernate/test/criteria/TestObject.hbm.xml
    M hibernate-core/src/test/java/org/hibernate/test/fetchprofiles/join/Mappings.hbm.xml

  Log Message:
  -----------
  HHH-7717 Quoted table names in tests otherwise fail in CUBRID dialect as
these
names are reserved.


  Commit: d611f59832c39c52f80c5f485057d586d0b749d1
      https://github.com/hibernate/hibernate-orm/commit/d611f59832c39c52f80c5f485057d586d0b749d1
  Author: Esen Sagynov <kadishmal at gmail.com>
  Date:   2012-10-26 (Fri, 26 Oct 2012)

  Changed paths:
    M hibernate-core/src/test/java/org/hibernate/test/cascade/MultiPathCascade.hbm.xml

  Log Message:
  -----------
  HHH-7717 Added a quoted "`data`" column name as this is a reserved word
in
CUBRID.


  Commit: 3d82bb1d640423479920b310271b4109ca1cd76f
      https://github.com/hibernate/hibernate-orm/commit/3d82bb1d640423479920b310271b4109ca1cd76f
  Author: Esen Sagynov <kadishmal at gmail.com>
  Date:   2012-10-26 (Fri, 26 Oct 2012)

  Changed paths:
    M hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/SerialNumber.java

  Log Message:
  -----------
  HHH-7717 Quoted "value" column name as "`value`" since it's a reserved
word in
CUBRID.


  Commit: 226d2459ecc3eb832dc34e18bad32f958e97a522
      https://github.com/hibernate/hibernate-orm/commit/226d2459ecc3eb832dc34e18bad32f958e97a522
  Author: brmeyer <brmeyer at redhat.com>
  Date:   2012-10-26 (Fri, 26 Oct 2012)

  Changed paths:
    M hibernate-core/src/test/java/org/hibernate/test/lob/JpaLargeBlobTest.java

  Log Message:
  -----------
  HHH-7724 JpaLargeBlobTest failing on multiple DBs


Compare: https://github.com/hibernate/hibernate-orm/compare/d1b5b4b428b6...226d2459ecc3


More information about the hibernate-commits mailing list