Commit Graph

6269 Commits

Author SHA1 Message Date
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
Steve Ebersole 3571218183 HHH-10133 - CatalogSeparator of dialect metadata not used in runtime, just in schema tool 2015-09-25 17:51:41 -05:00
Steve Ebersole 7354c7bfc3 HHH-10126 - Table-backed sequences are not populated on creation using SchemaUpdate 2015-09-25 13:40:50 -05:00
Steve Ebersole ed892971af HHH-10131 - CacheableFileXmlSource.doBind returns null instead of created binding when .hbm.xml.bin have not been created yet 2015-09-25 12:26:46 -05:00
Steve Ebersole a1444f2a10 HHH-10099 - @OrderColumn never generates the column in the schema 2015-09-25 11:18:10 -05:00
Steve Ebersole 70c9c8e855 HHH-10111 - AttributeConverter based attributes are not marked for update when their state is modified 2015-09-24 17:03:53 -05:00
Steve Ebersole bb0b604b57 HHH-10111 - AttributeConverter based attributes are not marked for update when their state is modified 2015-09-24 15:50:54 -05:00
Steve Ebersole e8da2d09b3 HHH-10045 - Teradata requires non null primary keys. 2015-09-24 13:00:39 -05:00
Steve Ebersole 4777d5888c HHH-10120 - InputStream not closed in ConfigLoader.loadConfigXmlResource(String) 2015-09-24 12:24:18 -05:00
Steve Ebersole 0f5139b60a HHH-10119 - Config setting names loaded from cfg.xml stored in augmented (prefixed with "hibernate.") form but not original form 2015-09-24 11:57:49 -05:00
Steve Ebersole 0c628fa9aa HHH-10119 - EhCacheRegionFactory cannot find configurationResourceName set in .cfg.xml 2015-09-24 11:50:59 -05:00
Steve Ebersole 6ce9d6848d HHH-10115 - HHH90000003: Use of DOM4J entity-mode is considered deprecated
(cherry picked from commit 91cd767d20)
2015-09-22 16:13:45 -05:00
Andrea Boriero c5b1cf94f3 HHH-10108 - Substituted checkstyle NewlineAtEndOfFile rule with rules used in OGM and fixed classes having more than a newline at the end of file 2015-09-22 18:11:43 +01:00
Radim Vansa d812f79ace HHH-10101 Implement nonstrict-read-write mode in Infinispan 2LC
* requires non-transactional cache in repl/dist/local mode and versioned entities
2015-09-21 16:33:35 +02:00
Radim Vansa 5edcf26a0a HHH-10083 Support replicated and distributed caches 2015-09-16 14:46:52 +02:00
Steve Ebersole 39e3dbb8b6 HHH-9409 - non-auto-apply converter fails at element collection 2015-09-15 11:23:48 -05:00
Steve Ebersole 918c9d4ffd HHH-9888 - Oracle database constraint violation reported as RollbackException with JTA transaction manager 2015-09-11 06:36:15 -05:00
Steve Ebersole 9d6886198b HHH-10055 - Lazy loading of collections in enhanced entity not working 2015-09-10 14:05:37 -05:00
barreiro d0b0d7ef87 HHH-10055 - Add test case (enhanced version of org.hibernate.test.ondemandload.LazyLoadingTest) 2015-09-09 13:04:35 -05:00
Andrea Boriero 33458ab6f8 HHH-9983 - Fix Error saving entity with identity id on Oracle 12c 2015-09-08 19:10:16 +01:00
Andrea Boriero 1f3048e572 HHH-9983 - Add test for issue 2015-09-08 19:10:16 +01:00
Andrea Boriero 2731fe541a HHH-100084 - Refactor Identity Column support methods into IdentityColumnSupport interface 2015-09-08 19:03:03 +01:00
Mustafa Ulu 7c17a0f444 HHH-10088 Add link to setting up guide for Eclipse IDE 2015-09-07 09:05:12 +02:00
Andrea Boriero 75a0991ae9 HHH-10086 - Deprecate Dialect#getIdentityColumnString() and Dialect#getIdentitySelectString() 2015-09-04 18:10:26 +01:00
Andrea Boriero 0aca04ff7a HHH-9731 : Wrap Criteria CaseStatement params in string casts 2015-09-04 12:00:38 +01:00
Andrea Boriero 9a6ecb914e HHH-9731 - Add test for issue 2015-09-03 16:03:18 +01:00
Steve Ebersole 9694753daa Changed version in main build.gradle for master branch to 5.1.0-SNAPSHOT 2015-09-03 09:20:30 -05:00
barreiro 643c0b532d HHH-10079 - Use enhanced property access for field/property attributes only 2015-09-03 15:06:59 +01:00
barreiro 03801b62ec HHH-10078 - Enforce sychronization of non thread-safe method Enhancer.enhance() 2015-09-03 08:57:30 -05:00
barreiro 4d6eca5ff8 HHH-10076 - bytecode enhancer - CompositeEnhancer does not add ManagedComposite marker interface 2015-09-03 08:53:02 -05:00
barreiro c2c69ca62c HHH-10077 - Fix SourceSet generation on gradle plugin 2015-09-03 08:50:04 -05:00
Radim Vansa 3689924d74 HHH-10030 Add read-write cache concurrency strategy to Infinispan 2LC
* AccessType.READ_WRITE is now supported cache concurrency strategy
* Added checks that we're caching in local or invalidation cache (distributed and replicated cache does not work ATM)
* Refactored test-suite: Running on both transactional and read-write caches (these should yield the same results)
** CustomParemeterized runner is used for that
** Moved all entities used in functional tests to one package
** Removed already disabled tests related to class loaders (not needed since Infinispan 5.1)
2015-09-03 11:35:05 +02:00
Gail Badner 2dc0adb893 HHH-10053 : Revert HHH-9736; BigIntegerType really should use NumericTypeDescriptor 2015-09-02 13:04:56 -07:00
Steve Ebersole 73c46e298c HHH-10056 - Separate settings for notions of (1) disabling EnversService and (2) auto-registering Envers listeners 2015-09-02 09:05:34 -05:00
Steve Ebersole 29de3c87ab HHH-10056 - Separate settings for notions of (1) disabling EnversService and (2) auto-registering Envers listeners 2015-09-02 08:51:26 -05:00
Steve Ebersole 518033eabe HHH-10068 - Missing generated JPA static metamodel class for envers revision entity 2015-09-02 08:23:20 -05:00
Steve Ebersole 1c70e0df0c HHH-10020 - Improvements to org.hibernate.bytecode.enhance.internal.AttributeTypeDescriptor#buildInLineDirtyCheckingBodyFragment 2015-09-01 21:52:28 -05:00
Steve Ebersole 961b5e8977 HHH-10069 - ClassCastException between CompositeCustomType and ComponentType part 2 2015-09-01 21:31:27 -05:00
Steve Ebersole 8916346b4a HHH-9864 - foreign key violation with order_inserts=true 2015-09-01 20:23:51 -05:00
drepshas 216848b500 HHH-10054 Modify Create Index SQL to support the Teradata database 2015-09-01 12:41:32 -05:00
Radim Vansa d9b456b03a HHH-10058 Parameterized test runner compatible with CustomRunner 2015-09-01 12:04:42 -05:00
Radim Vansa 64137c3619 HHH-10057 hibernate-infinispan incompatible with Infinispan 8.0.0.CR1
* ISPN-5609 changed InvalidateCommand constructors: used reflection to work around that; now should work with 8.0.0.CR1
* renamed BeginInvalidationCommand.getLockOwner to getSessionTransactionId() to prevent further conflicts
* added commands tests
2015-09-01 11:59:59 -05:00
Radim Vansa 1d62197b9d HHH-10008 SessionImplementor.getTimestamp() does not return transaction start time;
HHH-9962 Second level query cache returns stale data if query and update statements are executed concurrently
2015-09-01 11:49:03 -05:00
Gunnar Morling 1376b12ca9 HHH-10073 Not propagating XML node names configured in mappings 2015-09-01 11:34:56 -05:00
Gunnar Morling 6f215a9227 HHH-10073 Removing further left-overs from removed dom4j entity mode 2015-09-01 11:34:56 -05:00