Commit Graph

6363 Commits

Author SHA1 Message Date
Jan Martiska 6ff0abf682 HHH-10196 DefaultGeneratedValueTest fails on MySQL
fix
2015-10-26 17:05:19 -05:00
Steve Ebersole 56fae44589 HHH-10217 - ModelBinder fails to bind version property when generated="always" 2015-10-26 17:00:06 -05:00
Steve Ebersole 8bcf66631d HHH-10208 - Index not considered while loading from XML mapping file 2015-10-26 13:14:44 -05:00
Andrea Boriero 83a477a0d1 HHH-10180 - Fix hbm2ddl tools cannot generate create/update script not modifying the database 2015-10-26 14:27:09 +00:00
Andrea Boriero e71b32fe91 HHH-10180 - Add test for issue 2015-10-26 14:18:42 +00:00
Andrea Boriero d44cb40c34 HHH-10197 - Fix SchemaManagementException when performing SchemaUpdate 2015-10-16 13:21:13 +01:00
Andrea Boriero dc902bb0a3 HHH-10197 - Add test 2015-10-16 08:36:19 +01:00
Andrea Boriero d74ec8ec6b HHH-10174 - Fix Incorrect splitting of string using dot as separator, dot is not escaped 2015-10-15 12:49:09 +01:00
Andrea Boriero e485ef74a6 HHH-10174 - Add test for issue 2015-10-15 12:49:09 +01:00
Andrea Boriero 65c7cfaefb HHH-10104 - Fix HHH-10104 Using JPA 2.1 schema generation together with hbm2ddl runs into deadlock with MySQL 2015-10-15 10:19:57 +01:00
Andrea Boriero 0e93d0050c HHH-10104 - Add Test 2015-10-15 10:19:57 +01:00
Andrea Boriero 3bd448525b HHH-10194 - Change NameQualifierSupport for Hypersonic from CATALOG to SCHEMA 2015-10-15 09:53:01 +01:00
Andrea Boriero d8fffd61f1 HHH-10193 - Fix NameQualifierSupport for Hypersonic should be catalog 2015-10-14 17:14:09 +01:00
Andrea Boriero 8298390dc6 HHH-10198 - NPE in InformationExtractorJdbcDatabaseMetaDataImpl 2015-10-14 16:32:46 +01:00
Andrea Boriero 1729067cbc HHH-10190 - org.hibernate.engine.spi.ActionQueue#executeActions() optimization 2015-10-14 14:04:05 +01:00
Steve Ebersole ac2f06800e HHH-9074 - HQL Query with boolean and @Convert 2015-10-08 09:56:14 -05:00
Steve Ebersole 6d590d76b6 HHH-9807 - Better error message when @Formula and @Id are combined 2015-10-07 13:07:37 -05:00
Steve Ebersole 1a0bbe19cc HHH-10171 - Update Javassist 2015-10-07 12:35:53 -05:00
Steve Ebersole 1203acbdc0 HHH-10172 - Throw MappingException when entity/component class defines multiple matching getters by stem name 2015-10-07 12:26:37 -05:00
Steve Ebersole 767edb4b6e HHH-10136 - Upgrade HikariCP to latest version;
HHH-10171 - Update Javassist
2015-10-07 12:26:37 -05:00
Andrea Boriero f539a924be HHH-10139 - remove unused import classes 2015-10-07 15:15:47 +01:00
Steve Ebersole b2b477a2ce HHH-10050 - AttributeConverter should supports ParameterizedType if autoApply is true 2015-10-06 19:28:49 -05:00
Steve Ebersole ca171b112c HHH-9791 - Add varargs to Restrictions.in(...) 2015-10-06 16:24:56 -05:00
Steve Ebersole 0cf66b85e0 HHH-10050 - AttributeConverter should supports ParameterizedType if autoApply is true 2015-10-06 16:07:33 -05:00
Steve Ebersole 9633c0a6e5 disable hibernate-infinispan tests on master 2015-10-03 15:01:51 -05:00
Steve Ebersole 3ac508882c HHH-9615 - Allow AttributeConverter on attributes marked as Lob 2015-10-03 13:44:20 -05:00
Steve Ebersole eaf28166d2 HHH-10097 - Expose the UUID from SessionFactoryImplementor 2015-10-02 18:35:16 -05:00
Steve Ebersole 4d39b38342 HHH-10137 - Upgrade to/support Jandex 2.0 2015-10-02 10:33:23 -05:00
Steve Ebersole 559eb936ad HHH-10153 - Upgrade to Gradle 2.7 2015-09-30 16:09:12 -05:00
Steve Ebersole 7af7ebaf87 HHH-10129 - Evaluate AttributeConverter tests in hibernate-entitymanager for move to hibernate-core;
HHH-10154 - Change built-in JavaTypeDescriptor impls to not auto-register themselves with JavaTypeDescriptorRegistry
2015-09-30 12:37:49 -05:00
Andrea Boriero 14e207d692 HHH-9996 - Finish Derby database profile - SelectCaseTest#selectCaseWithValuesShouldWork() and SelectCaseTest#simpleSelectCaseWithValuesShouldWork require H2Dialect 2015-09-30 14:36:24 +01:00
Andrea Boriero 243a72cd99 HHH-9996 - Finish Derby database profile - ForeignKeyMigrationTest requires Dialect supports catalog creation 2015-09-30 14:36:23 +01:00
Andrea Boriero b68291ebda HHH-10142 - Add SQL keyword to DerbyDialect 2015-09-30 14:36:23 +01:00
Steve Ebersole a6f3319eaf HHH-9685 - Envers should do nothing when JTA transaction is already marked as rollback-only 2015-09-30 00:34:33 -05:00
Steve Ebersole eb544140a1 HHH-10121 - Have EMF#getProperties expose ValidatorFactory injected via 2-phase load 2015-09-30 00:20:35 -05:00
Steve Ebersole e64d028306 HHH-10122 - Deprecate ".class" property-style entity-type-expression format 2015-09-30 00:06:37 -05:00
Steve Ebersole 3cdc447654 HHH-10125 - KEY() function in HQL causes inaccurate SQL when map key is an entity;
HHH-10132 - ENTRY() function in HQL causes invalid SQL when map key is an entity
2015-09-29 23:33:11 -05:00
Andrea Boriero bac4cd2128 HHH-9995 - Finish pgsql database profile 2015-09-29 18:14:07 +01:00
Martin Simka ca0eee08a0 HHH-9995 - Finish pgsql database profile - rollback transaction on error in TestLazyBasicFieldAccessExecutable 2015-09-29 18:13:59 +01:00
Andrea Boriero fe1b141f79 HHH-10150 - Override PostgreSQL9Dialect#getDefaultMultiTableBulkIdStrategy() causing exception in deleting joined subclasses 2015-09-29 16:50:05 +01:00
Andrea Boriero 8bdb2d7788 HHH-10149 - Fix PostgreSQL Dialect getForUpdateString(String aliases, LockOptions lockOptions) returning a wrong value for update String when aliases is an empty String 2015-09-29 14:10:59 +01:00
Andrea Boriero fc6312a73b HHH-10110 - Fix DerbyDialect#getQuerySequencesString() causing error during schema update 2015-09-28 21:28:12 +01:00
Andrea Boriero 86bbb1de8f HHH-10141 - Fix issue with ClassicQueryTranslatorFactory and revision parameter type detection 2015-09-28 21:28:12 +01:00
Andrea Boriero 0885e953ce HHH-10140 - Fix derby does not support tuples in subqueries 2015-09-28 21:28:12 +01:00
Andrea Boriero 80f61bdcff HHH-10139 - Fix <formula>1</formula> causing java.sql.SQLSyntaxErrorException: Comparisons between 'INTEGER' and 'BOOLEAN' are not supported when the column is a boolean 2015-09-28 21:28:12 +01:00
Andrea Boriero 8d3b2e723b HHH-9996 - Finish Derby database profile 2015-09-28 21:28:12 +01:00
Steve Ebersole ac16e825f8 HHH-10128 - @Enumerated(EnumType.STRING) not working as expected with PosgreSQL database 2015-09-28 14:57:47 -05:00
Steve Ebersole 59a8d3122f HHH-10066 - Drop and recreate AuxiliaryDatabaseObjects as part of schema update 2015-09-28 14:26:57 -05:00
Steve Ebersole 2964ecbf1b HHH-10135 - DB2Dialect should override getSelectSequenceNextValString 2015-09-27 08:01:26 -05:00
Steve Ebersole 909c034429 HHH-10125 - Using KEY function in JP-QL SELECT clause selects value columns in rendered SQL 2015-09-26 09:01:07 -05:00