Commit Graph

4944 Commits

Author SHA1 Message Date
Gail Badner 0c1660317e 4.2.27.Final 2017-06-23 19:31:45 -07:00
Gail Badner 62a64e828e 4.2.27.Final 2017-06-23 19:28:49 -07:00
JiriOndrusek 7e26258e85 BZ-1457508 : Fixed propagation of properties for region cache 2017-06-23 16:24:51 -07:00
Max Tian d7604aa55d HHH-10183 - Mapping for NVARCHAR in SqlServer not working with native queries; org.hibernate.MappingException: No Dialect mapping for JDBC type: -9
(cherry picked from commit 0693b54256)
2017-05-22 14:26:56 -07:00
Vlad Mihalcea e450e55bd9 HHH-10183 - Mapping for NVARCHAR in SqlServer not working with native queries; org.hibernate.MappingException: No Dialect mapping for JDBC type: -9
Add replicating test case

(cherry picked from commit 2a441d7f2d)

HHH-10183 - Mapping for NVARCHAR in SqlServer not working with native queries; org.hibernate.MappingException: No Dialect mapping for JDBC type: -9

Restrict test case for SQL Server only

(cherry picked from commit 22548f1127)

HHH-10183 - Fix tests to work pre-5.2

(cherry picked from commit 29bb4e3b2f)
(cherry picked from commit ac3f296bc4)
2017-05-22 14:25:19 -07:00
Gail Badner 779d2d215f 4.2.26.Final 2017-03-21 23:40:40 -07:00
Gail Badner cfaf313d2f 4.2.26.Final 2017-03-21 23:36:53 -07:00
Gail Badner 79e4de928d HHH-11516 : Level two cache may not be enabled when using @Cacheable without/instead of @Cache
(cherry picked from commit 7c870acc59913f16d35b609b31d7b0286fa2aee3)
(cherry picked from commit 3b754886f1)
2017-03-16 23:20:42 -07:00
Gail Badner f6ce2fde99 HHH-11516 : Make corrections to run test on 4.2 branch 2017-03-16 22:41:21 -07:00
Gail Badner d60c664695 HHH-11516 : test case
(cherry picked from commit f1abc98960)
2017-03-16 21:38:20 -07:00
Gail Badner 2870682db8 4.2.26-SNAPSHOT 2016-10-21 15:28:01 -07:00
Gail Badner ac6368739c 4.2.25.Final 2016-10-21 15:23:40 -07:00
Gail Badner f2447bce33 HHH-11182 - Add test for issue
(cherry picked from commit 38379a537a)

HHH-11182 : minor correction to test required to backport

(cherry picked from commit 25fff43cc1)

HHH-11182 - HQL subquery with constraint property in superclass does not join superclass table

(cherry picked from commit b3151de647)

 HHH-11182 : minor correction to test required to backport
2016-10-20 21:28:31 -07:00
Gail Badner 1784724566 HHH-11073 : Casting to boolean in HQL query fails on MySQL
(cherry picked from commit 839bf0b6f9)
(cherry picked from commit b809eb09b9)

Conflicts:
	hibernate-core/src/main/java/org/hibernate/dialect/MySQLDialect.java
2016-08-31 00:47:18 -07:00
Gail Badner efa7a421a3 HHH-11073 : test case 2016-08-31 00:43:33 -07:00
Gail Badner e840dc2ea5 HHH-11072 : Skip CriteriaLiteralInSelectExpressionTest#testStringLiteral2 for Oracle, DB2, SQL Server, and Sybase dialects 2016-08-30 23:44:45 -07:00
Gail Badner 8bb80caff5 4.2.24.Final 2016-07-21 20:45:34 -07:00
Gail Badner ccba446e54 4.2.24.Final 2016-07-21 20:38:28 -07:00
Gail Badner 0d1ebd28d7 HHH-9021 - Fix Issue with literals in select expression 2016-07-07 18:00:15 -07:00
Gail Badner 5e8124bf8f HHH-10757 : select new ..." with CAST( NULL AS ...) fails
(cherry picked from commit 885f76a92f)
2016-06-01 17:28:09 -07:00
Gail Badner ca159c5a6b HHH-10679 : Add TRACE logging and another test 2016-04-28 18:05:29 -07:00
Gail Badner 229d2e945b HHH-10679 : Subselect fetching is not used for collections if their entity owners are initialized in a batch 2016-04-20 17:02:04 -07:00
Gail Badner a7d096654a 4.2.24-SNAPSHOT 2016-04-12 23:10:50 -07:00
Gail Badner 0f539adea2 4.2.23.Final 2016-04-12 22:44:45 -07:00
Jan Martiska 3aada64294 HHH-10466 - AliasTest and MappingReorderedAliasTest fail on DB2 2016-04-07 11:08:44 +03:00
Martin Simka 16678c3e99 HHH-9995 - Finish pgsql database profile - rollback transaction on error in TestLazyBasicFieldAccessExecutable 2016-04-07 11:03:30 +03:00
Jan Martiska f0e939b93b update supported databases 2016-04-07 11:01:09 +03:00
Jan Martiska 8138d946a4 Skip tests for HHH-10161 on sybase 2016-04-07 10:58:32 +03:00
Jan Martiska b3207eef0a HHH-10457 fix derived identity tests 2016-04-07 10:45:48 +03:00
Jan Martiska 3420733a96 remove DB2DialectTest as it requires HHH-9300 to pass 2016-04-07 10:37:10 +03:00
Vlad Mihalcea e1fa1647fb HHH-7412 - JDBCTransactionFactory.getDefaultReleaseMode() returns incorrect ConnectionReleaseMode
Document that JDBC transactions use ON_CLOSE connection release mode
2016-03-23 09:12:47 +02:00
Gail Badner 0d5c35cdbc HHH-10563 : Significant String use/duplication associated with subselect fetch
(cherry picked from commit 3f37fff04a)

Conflicts:
	hibernate-core/src/main/java/org/hibernate/engine/spi/SubselectFetch.java
	hibernate-core/src/main/java/org/hibernate/loader/Loader.java
	hibernate-core/src/main/java/org/hibernate/loader/plan/exec/process/internal/ResultSetProcessingContextImpl.java
2016-03-07 22:35:50 -08:00
Gail Badner 8fb8a158d3 HHH-10563 : Add trace logging of generated SubselectFetch query string
(cherry picked from commit b053116bb4)

Conflicts:
	hibernate-core/src/main/java/org/hibernate/engine/spi/SubselectFetch.java
2016-03-07 22:06:08 -08:00
Gail Badner 900094bdcc 4.2.23-SNAPSHOT 2015-12-07 17:43:31 -08:00
Gail Badner d6c5b26436 4.2.22.Final 2015-12-07 17:39:02 -08:00
Matt Drees 1dd3de9946 HHH-5764 - Support for multi-level derived ids
(cherry picked from commit a32372d751)
(cherry picked from commit 943acc78bc)

Conflicts:
	hibernate-core/src/main/java/org/hibernate/boot/internal/InFlightMetadataCollectorImpl.java
	hibernate-core/src/main/java/org/hibernate/cfg/CopyIdentifierComponentSecondPass.java

HHH-5764 - Support for multi-level derived ids
2015-12-07 16:26:45 -08:00
Gail Badner ac49051add HHH-10202 : Delay resolving TypeScopeImpl#factory after deserialization until resolveFactory() is called. 2015-12-07 14:18:48 -08:00
Gail Badner bec5ee854c HHH-10202 : Delay resolving TypeScopeImpl#factory after deserialization until resolveFactory() is called. 2015-12-07 14:18:48 -08:00
Gail Badner 568b427d46 HHH-10161 : Hibernate ignores return value from javax.persistence.Parameter#getParameterType()
(cherry picked from commit b4dbb90f17)

Conflicts:
	hibernate-core/src/main/java/org/hibernate/internal/AbstractQueryImpl.java
	hibernate-core/src/test/java/org/hibernate/test/annotations/query/QueryAndSQLTest.java
	hibernate-entitymanager/src/main/java/org/hibernate/jpa/internal/QueryImpl.java
	hibernate-entitymanager/src/main/java/org/hibernate/jpa/spi/BaseQueryImpl.java
	hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/Item.java
	hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/query/QueryTest.java

HHH-10161 : Incorporate changes from conflicts
2015-12-07 13:55:42 -08:00
Brett Meyer 49e62304da HHH-10346 cleanup 2015-12-04 01:03:55 -05:00
Guillaume Nodet d1e93c4a1b [HHH-10346] [ENTESB-4495] Hibernate and Bundle ClassLoaders out of sync on Bundle Refresh 2015-12-04 00:59:29 -05:00
Gail Badner 577af3b324 4.2.21.Final post-release 2015-10-23 12:02:18 -07:00
Gail Badner 45e47b213b 4.2.21.Final release 2015-10-23 11:14:38 -07:00
Gail Badner 29dfffff86 HHH-7573 : Lazy properties are not processed properly after a PreUpdate callback 2015-10-20 16:36:17 -07:00
Gail Badner ffc49268b6 HHH-5255 : Add imports to test
(cherry picked from commit a837540220)
2015-10-20 11:07:06 -07:00
Gail Badner f313d21267 HHH-5255 : Merge detached entity failed when the instrumented lazy property is initialized
(cherry picked from commit c00d4609ef)
(cherry picked from commit fd760dcf2e)
2015-10-20 11:06:50 -07:00
Andrei Ivanov cfb4223fb3 Test for HHH-5255
(cherry picked from commit e0347f81e8)
(cherry picked from commit 3d21604602)
(cherry picked from commit 3908215685)
2015-10-20 11:06:33 -07:00
Radim Vansa fe2963e2a6 HHH-10182 Backport HHH-7898 for JTA environment only
* this fix works only for JTA transactions! (JDBC transactions behavior
  was not altered)
* removed cluster loader from default configuration
2015-10-19 17:19:07 +02:00
Radim Vansa c0a8e48dd5 HHH-9928 Pending put leaks when the entity is not found in DB 2015-08-12 15:12:36 +02:00
Gail Badner 01fafec376 4.2.20.Final post-release 2015-07-24 15:02:57 -07:00