Commit Graph

2891 Commits

Author SHA1 Message Date
Gail Badner a660996d4e HHH-9548 : Backport HHH-9548 to globally enable passing null as stored procedure parameter to Hibernate 5.0 2016-04-21 13:54:05 -07:00
Martin Simka 9a32b963b6 [HHH-10290] ignore environment property hibernate.jdbc.batch_versioned_data in BatchVersionedDataConfigTest 2016-04-07 10:27:43 +03:00
Martin Simka 1266f35ecb [HHH-10587] skip NationalizedIgnoreCaseTest on db2 and postgresql(plus) as they don't support nString 2016-04-07 10:11:33 +03:00
Jan Martiska fde986778f HHH-10598 - Oracle JDBC driver can't handle entities with a one-character name in some cases 2016-04-06 17:53:39 +03:00
Martin Simka ea7c7da9f5 [HHH-10588] use H2Dialect in ConnectionsReleaseTest 2016-04-06 17:34:17 +03:00
Martin Simka df6efccd91 [HHH-10640] fix wrong expected statement on DB2 2016-04-06 16:02:49 +03:00
Martin Simka 971855188e [HHH-10641] Fix identifier is too long exception for test LongVarcharValidationTest 2016-04-05 18:17:22 +03:00
Janario Oliveira 419ae32756 HHH-10614 - Auto evict collection cache throws exception with null values 2016-03-16 12:54:25 +02:00
Janario Oliveira 337ee18b19 HHH-10608 - Avoid exception from Hibernate.initialize when lazy_no_transaction is enabled
(cherry picked from commit 7232b7ccd5)
2016-03-15 17:42:09 -07:00
Gail Badner 91bcc843e3 Revert "HHH-10608 - Avoid exception from Hibernate.initialize when lazy_no_transaction is enabled"
This reverts commit d79305164b.
2016-03-14 15:53:41 -07:00
Gail Badner 4c82bba071 Revert "HHH-10592 - Query with literal parameter and fails with attribute converter"
This reverts commit c76577af57.
2016-03-14 15:53:03 -07:00
Janario Oliveira c76577af57 HHH-10592 - Query with literal parameter and fails with attribute converter 2016-03-14 14:09:39 +02:00
Janario Oliveira d79305164b HHH-10608 - Avoid exception from Hibernate.initialize when lazy_no_transaction is enabled 2016-03-14 10:33:19 +02:00
Gail Badner c681e48bfe HHH-10269 : JDBC Statement is not closed if exception appeared during query execution
(cherry picked from commit bdb458a609)
2016-03-11 14:05:26 -08:00
Steve Ebersole 864ba023d5 HHH-9693 - H2 : Hibernate cannot validate it's own created schema 2016-03-11 09:40:35 -06:00
Steve Ebersole dafbd90ac2 HHH-9693 - H2 : Hibernate cannot validate it's own created schema 2016-03-11 09:16:06 -06:00
Steve Ebersole 74ae003d43 HHH-9693 - H2 : Hibernate cannot validate it's own created schema
(cherry picked from commit 3e00630808)
2016-03-11 09:07:53 -06:00
Vlad Mihalcea 99c1aa660f HHH-4161 - persistence.xml <jar-file> not following JSR220 spec
Switch to an OS-independent  way of checking absolute paths
2016-03-10 14:47:29 +00:00
Janario Oliveira ade2467844 HHH-10602 - Retrieve cached value with enable_lazy_load_no_trans throws an exception 2016-03-09 15:16:34 +02:00
Vlad Mihalcea 2dc6bd591b Fix InTest according to 5.0 branch Criteria API 2016-03-08 16:57:31 +02:00
Vlad Mihalcea b39081d9ba HHH-10593 - Avoid NullPointerException with auto_evict_collection_cache and many-to-many
Cherry pick from Janoiro PR
2016-03-08 16:46:37 +02:00
Janario Oliveira 29b8f6519c HHH-10593 - Avoid NullPointerException with auto_evict_collection_cache and many-to-many
Added verification to many-to-many relation
2016-03-08 16:46:21 +02:00
bdragan afa37ab085 Fixed HHH-10517: ClassCastException using Restrictions.in with child
classes in Criteria based on parent class.
2016-03-08 15:50:15 +02:00
Gail Badner 20352ed199 HHH-10563 : Significant String use/duplication associated with subselect fetch
(cherry picked from commit 3f37fff04a)
2016-03-07 18:20:00 -08:00
Gail Badner f212b50d7d HHH-10563 : Add trace logging of generated SubselectFetch query string
(cherry picked from commit b053116bb4)
2016-03-07 18:19:33 -08:00
Gail Badner 0f30ba660d HHH-10576 : Correct association in CascadeMergeToChildBeforeParentTest
(cherry picked from commit 5e30c2bf16)
2016-02-29 23:03:17 -08:00
barreiro 6a4128653a HHH-10554 - Fix NPE in dirty tracking generated code of bytecode enhanced @Embeddable entities
(cherry picked from commit c5104601e1)
2016-02-26 11:56:12 -06:00
Andrea Boriero ae25390006 HHH-10553 - ORM tries to create a unique constraint on a non existing table 2016-02-26 12:00:59 +00:00
Andrea Boriero 0d81283092 HHH-10553 - add test for issue 2016-02-26 12:00:59 +00:00
Steve Ebersole f3d40ffad1 fixed bad test code 2016-02-26 11:05:26 +00:00
Gail Badner 6420610ced HHH-10567 : Wrong table for formula if its property is mapped on a secondary table
(cherry picked from commit bdfe38b0c6)
2016-02-25 20:00:50 -08:00
Steve Ebersole 39ce4eee79 HHH-10499 - Can't set ConnectionProvider instance, regression
(cherry picked from commit f076b5823c)
2016-02-24 22:07:53 -06:00
Steve Ebersole 5ab0771f05 HHH-9485 - Duplicate Property with AccessType.PROPERTY and MappedSuperclass
(cherry picked from commit a5cbe326d6)
2016-02-22 16:37:59 -06:00
Guillaume Smet 73abc5c05e HHH-10538 Fix the javadoc of TableInformation.getIndex(Identifier indexName) 2016-02-17 14:45:21 +00:00
Andrea Boriero 7ef7e200dc HHH-10529 - Fix test compile error 2016-02-16 15:46:46 +00:00
Steve Ebersole 6fefd737a1 HHH-10528 - use_nationalized_character_data global property is ignored
(cherry picked from commit 0fccf6b7bd)
2016-02-16 09:36:32 -06:00
Andrea Boriero 7c70a22c6c HHH-10529 - Fix SQLServer2008Dialect generate incorrect length of nvarchar 2016-02-16 15:08:16 +00:00
Andrea Boriero 6f6c72a08f HHH-10529 - Add test for issue 2016-02-16 15:08:09 +00:00
Andrea Boriero 706a3b0308 HHH-10521 - Fix Java 6 not compliant tests 2016-02-12 14:44:27 +00:00
Steve Ebersole e8f5891c53 HHH-10345 - HHH-3422 still a problem with oracle
(cherry picked from commit 177bbfe5e3)
2016-02-10 15:10:39 -08:00
Steve Ebersole 8af779ae62 HHH-10345 - HHH-3422 still a problem with oracle
(cherry picked from commit 90f4fd9d55)
2016-02-10 14:45:43 -08:00
Gail Badner d23eee23e5 HHH-5855 : checkstyle corrections
(cherry picked from commit b5a86ea45c)
2016-02-10 00:12:11 -08:00
Gail Badner c1934b72ed HHH-5855 : Merge causes a duplicated "insert" of a child entity in lazy collection
(cherry picked from commit efa72a8333)
2016-02-09 23:36:06 -08:00
Andrea Boriero 44e4608fd5 HHH-10507 - Hibernate core test removing usage of Java 8 methods 2016-02-09 17:01:30 +00:00
Andrea Boriero 599df2405b HHH-7973 - Fix String literals in an HQL query can get mangled 2016-02-09 16:21:24 +00:00
Andrea Boriero c9631a9ae2 HHH-7973 - Add test for issue 2016-02-09 16:21:14 +00:00
Gail Badner 3080d46a09 HHH-10474 : Skip SchemaUpdateFormatterTest.testSetFormat unless H2Dialect
(cherry picked from commit 1e470f9e4d)
2016-02-08 23:42:08 -08:00
Martin Simka d118e6f92d [HHH-10473] skip NationalizedLobFieldTest on databases that don't support nclob
(cherry picked from commit 9b80aa1d6e)
2016-02-08 22:57:11 -08:00
Oliver Breidenbach cf7f020a1b HHH-9375 - bugfix suggestion 2016-02-08 11:42:54 +00:00
Andrea Boriero b66eb91068 HHH-9635 - Fix SQLServer2005Dialect (and above) does not support read past locking 2016-02-05 15:18:34 +00:00