Commit Graph

6774 Commits

Author SHA1 Message Date
Andrea Boriero 504dd8353d HHH-10385 HHH-10386 - Add tests for issues 2016-01-12 18:53:58 +00:00
Andrea Boriero 5b42faa134 HHH-10437 - Fix NPE in PrimaryKey#addColumn(Column column) when getTable().getNameIdentifier() is null 2016-01-12 16:45:46 +00:00
Andrea Boriero a4dbbf447d HHH-10437 - Add test for issue 2016-01-12 16:45:46 +00:00
Steve Ebersole fd1ff34f03 HHH-5932 Fix filtering request with string literal starting with ':' (checkstyle fix) 2016-01-11 17:32:28 -06:00
Steve Ebersole a35abf43e9 HHH-9342 - HQL "x member of treat(y as Type).collections" fails to parse 2016-01-11 16:32:58 -06:00
Steve Ebersole 6ed765ede3 HHH-6225 Add support to find entities by date in one single query (checkstyle fixes) 2016-01-11 14:20:57 -06:00
Steve Ebersole efae886634 Migrate User Guide from Docbook to Asciidoctor (FindBugs fix) 2016-01-11 13:40:21 -06:00
Etienne Miret e2b58d1d20 HHH-5932 Fix filtering request with string literal starting with ':'. 2016-01-11 12:08:31 -06:00
Etienne Miret f52b841c5c HHH-5932 Add test case. 2016-01-11 12:08:31 -06:00
vladmihalcea c2ece0108e Migrate User Guide from Docbook to Asciidoctor 2016-01-11 18:07:58 +02:00
Etienne Miret 446aa84429 HHH-9357 Fix type() with joined inheritance and discriminator column.
Conflicts:
	hibernate-core/src/main/java/org/hibernate/persister/entity/JoinedSubclassEntityPersister.java
2016-01-09 22:26:37 -05:00
Etienne Miret ea64e67495 HHH-9357 Add test case for this issue. 2016-01-09 22:25:12 -05:00
Etienne Miret ea2d26e92e HHH-9356 Add a bunch of tests.
Conflicts:
	hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/convert/QueryTest.java
2016-01-09 21:57:22 -05:00
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
Felix Feisst 55f35cc239 HHH-9207 Added unit test. 2016-01-09 21:21:26 -05:00
Sanne Grinovero 765cc6096f Add matrix testing configuration for Oracle database 2016-01-09 20:03:34 -05:00
Dimitrios Liapis 866491711e Typo fix
Typo fix
2016-01-09 19:55:46 -05:00
Naros 6e31e61f1a HHH-6225 Add support to find entities by date in one single query. 2016-01-09 19:48:37 -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
Gail Badner b51f498ac4 5.0.6 2015-12-16 19:03:14 -08:00
barreiro 1590ad145b HHH-10359 - Have consistent configuration of bytecode enhancement 2015-12-16 15:55:31 -06:00
barreiro d5740b00eb HHH-10356 - Make runtime bytecode enhancement configurable 2015-12-16 15:27:55 -06:00
Jan Martiska 6bf2c78f7e HHH-10200 fix too long identifiers causing failures on Oracle databases 2015-12-16 13:16:45 -08: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