2918 Commits

Author SHA1 Message Date
Etienne Miret
17e5f536bf HHH-9356 All arguments of a between are now given the same expected type. 2016-01-09 21:53:44 -05:00
Steve Ebersole
abace003e6 HHH-5184 - Create a ConnectionAcquisitionMode as corollary to ConnectionReleaseMode 2016-01-08 13:41:16 -06:00
Steve Ebersole
b1d1a3c143 HHH-10307 - JTA no longer transitively provided (HHH-10178) causes problems for apps not using JTA 2016-01-08 11:12:58 -06:00
Andrea Boriero
3d237f67ba HHH-10405: <return> elements of <sql-query> are not handled properly when building metadata - Refactoring 2016-01-08 11:39:26 +00:00
Koen Aers
9e89826f8f HHH-10405: <return> elements of <sql-query> are not handled properly when building metadata - Solution 2016-01-08 11:39:26 +00:00
Koen Aers
e9834f4810 HHH-10405: <return> elements of <sql-query> are not handled properly when building metadata - Unit test demonstrating the issue 2016-01-08 11:39:25 +00:00
Andrea Boriero
3fb9577e50 HHH-10425 - Fix SchemaMigration creates foreign keys too early if across schema 2016-01-07 14:30:31 +00:00
Andrea Boriero
df362e4568 HHH-10425 - Add test for issue 2016-01-07 14:29:49 +00:00
Andrea Boriero
96b8a31b18 HHH-10420 - Fix SchemaExport creates foreign keys too early if across schema 2016-01-07 11:07:14 +00:00
Andrea Boriero
f6f9965133 HHH-10420 - Add test for issue 2016-01-07 11:07:14 +00:00
Gail Badner
6df1dccc05 HHH-10421 : Change "native" ID generator for Oracle12cDialect to SequenceStyleGenerator 2016-01-06 15:36:06 -08:00
Emmanuel Bernard
0c38cfc9d7 HHH-10419 Detect if the user inappropriately left @Convert.converter to void 2016-01-06 15:02:38 +01:00
Emmanuel Bernard
bb7cb7636b HHH-10419 Factor converter instantiation exception error logic 2016-01-06 14:55:43 +01:00
Jan Martiska
e65a883761 HHH-10395 ServiceBootstrappingTest assumes that show_sql != true 2015-12-21 16:32:34 -08:00
Yoann Rodière
0dea233ce3 HHH-10191 Fixed exceptions when a functional index exists. 2015-12-21 14:50:46 -08:00
Yoann Rodière
be94481e33 HHH-10191 test case 2015-12-21 14:50:46 -08:00
Gail Badner
4c6941190a HHH-10383 : IN parameter is not enclosed in parenthesis 2015-12-21 13:26:10 -08:00
Andrea Boriero
cb0729b59f HHH-10396 - Fix In a @OneToMany association with @JoinColum the @ForeignKey is not taken into consideration when generating the association database schema 2015-12-21 13:10:07 +00:00
Andrea Boriero
14c97f0b5b HHH-10396 - Add tests for the issue 2015-12-21 13:10:07 +00:00
Scott Marlow
96d4639e6c HHH-10384 Fix thread safety issues in thread local optimiser 2015-12-18 10:05:50 -05:00
Stuart Douglas
bef14a5890 HHH-10384 Fix thread safety issues in thread local optimiser 2015-12-18 10:05:50 -05:00
barreiro
268a1eaa22 HHH-10252 - Trigger the lazy loading of cascading attributes 2015-12-16 15:07:13 -06:00
barreiro
601bdaa678 HHH-10252 - Add test case 2015-12-16 15:07:13 -06:00
Andrej Golovnin
328fa2363a HHH-10363 - The Cascade class makes unnecessary calls to the Reflection
API.
2015-12-16 15:01:01 -06:00
Steve Ebersole
153b8f26cc HHH-10381 - Introduce a ThreadLocal-based pooled-lo optimizer to avoid locking 2015-12-16 14:38:01 -06:00
barreiro
6828f5ee9b HHH-10354 - Rename 'field access' to 'extended enhancement' 2015-12-16 13:56:56 -06:00
Steve Ebersole
20ebd8f5ca HHH-10381 - Introduce a ThreadLocal-based pooled-lo optimizer to avoid locking 2015-12-16 13:49:31 -06:00
Scott Marlow
0c358d80f6 HHH-10381 - Introduce a ThreadLocal-based pooled-lo optimizer to avoid locking 2015-12-16 13:03:40 -06:00
Torsten Schöne
fe48897692 HHH-10353 Interceptor.afterTransactionBegin() is not fired 2015-12-16 12:19:58 -06:00
Karl von Randow
828a83dcbf HHH-10286 SessionFactoryImpl doesn't cache and reuse existing collection cache region access strategies 2015-12-16 12:08:37 -06:00
Eskil Bylund
5cc2175033 Fix missing parenthesis around composite properties in WHERE clauses
The currentClauseType field would not be correct if the query contained a
subquery.

Signed-off-by: Andrea Boriero <andrea@hibernate.org>
2015-12-16 10:48:30 +00:00
Andrea Boriero
aefdda0978 HHH-10298 - Add new configuration type hibernate.hbm2dll.extra_physical_table_types 2015-12-15 16:48:12 +00:00
Andrea Boriero
c7b8f73b46 HHH-10298 - Add test 2015-12-15 16:17:44 +00:00
Andrea Boriero
57975b98e4 HHH-10364 - Fix HSQL does not support Nationalized annotation 2015-12-15 15:31:43 +00:00
Andrea Boriero
d63f25bab6 HHH-10364 - Add test for issue 2015-12-15 15:31:18 +00:00
Gail Badner
c767b0ed15 HHH-9764 : StaleObjectStateExceptions raising outside flush context 2015-12-14 13:40:43 -08:00
Guenther Demetz
840d906cea Testcase for HHH-9764
Conflicts:
	hibernate-core/src/test/java/org/hibernate/test/cache/CollectionCacheEvictionTest.java
2015-12-14 13:40:43 -08:00
Ståle W. Pedersen
a679528f71 HHH-10366 Check for trace logging before calling log method and unused method parameters 2015-12-14 17:52:27 +00:00
Sanne Grinovero
c1cb413c2a HHH-10358 Make sure synchronization on AbstractLoadPlanBasedLoader is skipped when the guarded feature is disabled 2015-12-14 16:16:54 +00:00
Gail Badner
0a332c2e8d HHH-10369 : Unit test failure because Sybase trims trailing spaces
(cherry picked from commit 971783607e16cb0a6baf41d379e7c32f0f3fb8ee)
2015-12-08 18:29:34 -08:00
Gail Badner
a7dac8fcf9 HHH-10368 : Unit test failure because Sybase does not support binding an untyped null object
(cherry picked from commit 0582dc1e8ec5cb2ef7c7690344b7d6cba63793d3)
2015-12-08 17:10:25 -08:00
Gail Badner
c5120b0b19 HHH-10367 : Fix more DB reserved words used by tests
(cherry picked from commit 60625b19b2cab598d3339adf624ce59727ff4f57)
2015-12-08 16:44:58 -08:00
Andrea Boriero
b33c6d4357 HHH-10366 - Fix checkstyle error 2015-12-08 18:13:09 +00:00
Ståle W. Pedersen
c802042f1a HHH-10366 Improve performance and reduce CPU load when fetching reference cached objects
Removed a call to postLoad and afterInitialize for reference cached entities;
refactor methods, made some private, some final
try to optimize cached result
refactor out getPersister so it can be inlined
2015-12-08 16:55:58 +00:00
Andrea Boriero
4b4164f8e0 HHH-10331 - Fix HSQLDialect returns supportsTupleDistinctCounts false which seems wrong 2015-12-08 10:55:49 +00:00
Bobo Häggström
86c0746c0b HHH-10343 Fixed precision and scale for elements of basic types in persistent collections 2015-12-07 09:48:46 +00:00
Koen Aers
3267a9221f HHH-10158: SchemaUpdate does not properly support formatter and delimiter anymore 2015-12-04 18:33:26 +01:00
Koen Aers
71765d7bd2 HHH-10223: Element 'query-param' in *.hbm.xml files causes ClassCastException 2015-12-03 14:59:04 +01:00
Andrea Boriero
0638a5449c HHH-1122 - Fix hbm2ddl.SchemaUpdate has no delimiter 2015-12-03 09:56:43 +00:00
Andrea Boriero
6f985e2fa1 HHH-1122 - Add test for issue 2015-12-03 09:53:35 +00:00