Steve Ebersole
20daa2db61
5.1.0 release (prep)
2016-02-10 12:15:08 -06:00
Steve Ebersole
a909e76951
5.1.0 release (prep)
2016-02-10 11:20:33 -06:00
Radim Vansa
aaf13cd123
HHH-9993 IsolationDelegate: add method to execute code without obtaining a connection
2016-02-10 10:57:53 -06:00
Vlad Mihalcea
2167b442a4
Migrate User Guide Native chapter extras to test folder up to stored procedures
2016-02-10 18:07:48 +02:00
Gail Badner
b5a86ea45c
HHH-5855 : checkstyle corrections
2016-02-10 00:10:52 -08:00
Gail Badner
efa72a8333
HHH-5855 : Merge causes a duplicated "insert" of a child entity in lazy collection
2016-02-09 23:33:50 -08:00
Steve Ebersole
6d08b3526c
5.1 migration guide
2016-02-09 22:44:05 -06:00
Steve Ebersole
177bbfe5e3
HHH-10345 - HHH-3422 still a problem with oracle
2016-02-09 22:35:12 -06:00
Steve Ebersole
13bbddfd30
HHH-9548 - Allow propagation of NULL for stored-procedure argument parameters to database
2016-02-09 16:08:59 -06:00
Andrea Boriero
19d86c3d65
HHH-10484 - MySQLDialect override Dialect#isJdbcLogWarningsEnabledByDefault() to return false
2016-02-09 21:33:54 +00:00
Andrea Boriero
624ddc620b
HHH-10484 - Add Dialect#isJdbcLogWarningsEnabledByDefault() method, the return value is true
2016-02-09 21:33:54 +00:00
Andrea Boriero
1a1523db44
HHH-10484 - Add hibernate.jdbc.log.warnings configuration property
2016-02-09 21:33:54 +00:00
Steve Ebersole
e01e9b52fb
HHH-3555 - more checkstyle cleanup
2016-02-09 15:21:06 -06:00
Gail Badner
b1fef6c70b
HHH-10412 : case/when in criteria always casts resulting object which fails on mysql with boolean
2016-02-09 12:52:02 -08:00
Steve Ebersole
c783aab919
HHH-3555 - Extend the Envers query system with the ability to traverse associations
2016-02-09 14:31:23 -06:00
Felix Feisst
83f060bea7
HHH-3555 - Extendend Envers Criteria API to express relation traversion
...
(traverseRelation) with different Join Types. Implementation is done for
inner joins and will be extended to support further join types in future
commits.
2016-02-09 14:15:17 -06:00
Steve Ebersole
0a2a709f9e
HHH-10458 - Better encapsulate SchemaManagementTool (OGM) - unify JPA schema generation and hbm2ddl capabilities;
...
HHH-10487 - Add @Incubating annotation
2016-02-09 11:45:46 -06:00
Steve Ebersole
17de173cb5
HHH-10458 - Better encapsulate SchemaManagementTool (OGM) - unify JPA schema generation and hbm2ddl capabilities;
...
HHH-10487 - Add @Incubating annotation
2016-02-09 11:45:46 -06:00
Andrea Boriero
eea9a943b3
HHH-10507 - Hibernate core test removing usage of Java 8 methods
2016-02-09 17:00:27 +00:00
Andrea Boriero
57b32543ed
HHH-7973 - Fix String literals in an HQL query can get mangled
2016-02-09 15:27:54 +00:00
Andrea Boriero
9c75e79bc9
HHH-7973 - Add test for issue
2016-02-09 15:27:29 +00:00
Vlad Mihalcea
500d74c35d
Corrections to the Criteria chapter and add a multi-from example
2016-02-09 10:13:00 +02:00
Gail Badner
1e470f9e4d
HHH-10474 : Skip SchemaUpdateFormatterTest.testSetFormat unless H2Dialect
2016-02-08 23:40:18 -08:00
Martin Simka
9b80aa1d6e
[HHH-10473] skip NationalizedLobFieldTest on databases that don't support nclob
2016-02-08 22:50:56 -08:00
Martin Simka
af7a9a69a8
[HHH-10475] skip CompositeIdRowValueTest databases that don't support row value constructor syntax
2016-02-08 22:12:15 -08:00
Steve Ebersole
62276504f7
fixed bad test code
2016-02-08 16:21:10 -06:00
Steve Ebersole
f4b5f2c649
HHH-16 - Explicit joins on unrelated classes
...
HHH-7321 - HQL: Combining a CROSS JOIN with a LEFT JOIN which requires a WITH clause triggers an exception.
2016-02-08 15:53:52 -06:00
Vlad Mihalcea
5eb4f1c834
Migrate User Guide Criteria chapter extras to test folder
2016-02-08 17:37:01 +02:00
Oliver Breidenbach
008c2dc409
HHH-9375 - bugfix suggestion
2016-02-08 11:17:11 +00:00
Oliver Breidenbach
d610e53a80
HHH-9375 - Testcase: EntityGraph and isMember functions generates illegal sql
2016-02-08 11:16:53 +00:00
Maxime Falaize
b8a3774cb4
HHH-9411 : Fix downcast of treat statement.
2016-02-06 16:12:28 +02:00
Andrea Boriero
4fb11c9919
HHH-9635 - Fix SQLServer2005Dialect (and above) does not support read past locking
2016-02-05 15:07:07 +00:00
Andrea Boriero
034afb96bf
HHH-9635 - Add test for issue
2016-02-05 15:00:36 +00:00
Vlad Mihalcea
85cec6ba33
Fix test that fails due to timezone offsets causing the result set to vary between 1 and 2
2016-02-05 12:33:35 +02:00
cranforc
8ff853e133
HHH-8657 - Case insensitivity on Nationalized column yields incorrect SQL
...
HHH-8657 - Case insensitivity on Nationalized column yields incorrect
SQL
2016-02-04 15:07:16 +00:00
Andrea Boriero
7dec9f83e2
HHH-7705 - Fix Query.setProperties(Map) silently ignores null values provided in the Map
2016-02-04 14:22:44 +00:00
Andrea Boriero
5711c3ce6c
HHH-7705 - Add test for issue
2016-02-04 14:22:44 +00:00
Andrea Boriero
4d3259a201
HHH-10495 - Fix Oracle10gDialect generate nvarchar when using @Nationalized
2016-02-04 14:14:37 +00:00
Andrea Boriero
4207882292
HHH-10495 - Add test for issue
2016-02-04 14:13:49 +00:00
Vlad Mihalcea
c1b3b2a43c
Add User Guide examples for HQL functions
2016-02-04 13:25:35 +02:00
Vlad Mihalcea
120ac5ed27
Try to fix broken test and change Bootstrap test structure
2016-02-04 11:56:51 +02:00
Vlad Mihalcea
20b446b0ec
Unify Batch and HQL test models
2016-02-04 11:36:33 +02:00
Vlad Mihalcea
9b60354e3e
Migrate User Guide HQL chapter extras to test folder
2016-02-04 10:57:48 +02:00
Oliver Breidenbach
f69c4e7882
HHH-10261 - Fixing bug on creating subgraph on inherited attributes
2016-02-01 15:19:44 +00:00
Oliver Breidenbach
13fa120240
HHH-10261 - Test showing Exception if subgraph is created on an inherited attribute
2016-02-01 15:19:44 +00:00
Vlad Mihalcea
3642bb63cd
Migrate User Guide Events chapter extras to test folder
2016-02-01 16:40:44 +02:00
Koen Aers
ff3b54a962
HHH-10430: Comment for class is ignored when using subselect in hibernate mapping - Solution
2016-01-29 15:13:49 +00:00
Koen Aers
fd21be8705
HHH-10430: Comment for class is ignored when using subselect in hibernate mapping - Test demonstrating the issue
2016-01-29 15:13:49 +00:00
Steve Ebersole
c5e6faeb3f
HHH-10402 - Hibernate maps enum types as tinyblob even when @Enumeration(EnumType.ORDINAL) is specified
2016-01-28 11:14:46 -06:00
vladmihalcea
f3386c37da
Migrate User Guide Batching chapter extras to test folder
2016-01-28 16:50:17 +02:00