Chris Cranford
|
6674cddf3d
|
HHH-11560 - Move validation of Lob/ElementCollection after determining property is not-audited.
|
2017-03-08 21:50:00 -05:00 |
Chris Cranford
|
a49790537c
|
HHH-11558 - Fix NullPointerException when using query api with non-audited entities.
|
2017-03-08 18:19:22 -05:00 |
Chris Cranford
|
47d6e40721
|
HHH-11558 - Added test case.
|
2017-03-08 18:19:22 -05:00 |
Andrea Boriero
|
1ced091409
|
HHH-11559 - Fix tests catching exceptions without re-throwing them
|
2017-03-08 18:50:34 +00:00 |
Christian Beikov
|
17b8d2e294
|
HHH-11538 - Skip generating joins for entity references used in equality and nullness predicates
|
2017-03-08 12:38:40 -06:00 |
Christian Beikov
|
ce32b364b4
|
HHH-11538 - Testcase that asserts only a single join is generated
|
2017-03-08 12:38:40 -06:00 |
Gail Badner
|
d59ac459fa
|
HHH-11196 - Hibernate 5 Bytecode Enhancement Association Management works just in one direction
- add replicating test case
|
2017-03-08 17:23:41 +02:00 |
Andrea Boriero
|
d5ac64890c
|
HHH-11549 - Unable to locate MappedSuperclass version attribute when mixing annotations with hibernate mapping files
|
2017-03-07 16:22:20 +00:00 |
Andrea Boriero
|
0f20e51a5e
|
HHH-11549 - Ad test for issue
|
2017-03-07 16:22:20 +00:00 |
Andrea Boriero
|
893e9e45c8
|
HHH-11536 - Fix unit tests failing on Oracle
|
2017-03-07 16:01:34 +00:00 |
Vlad Mihalcea
|
3dda9d7a54
|
HHH-11396 - Conversion of Date to LocalDate does not consider timezone difference
- add test case to replicate the actual root cause behind this issue
|
2017-03-07 16:25:10 +02:00 |
marcgiffing
|
be74174034
|
HHH-11509 - Infomix limit handler support for offset
findbugs fix
|
2017-03-06 15:45:51 -05:00 |
marcgiffing
|
71768443bc
|
HHH-11509 - Infomix limit handler support for offset
|
2017-03-06 15:45:51 -05:00 |
marcgiffing
|
0c7da58bda
|
HHH-11509 - Infomix limit handler support for offset
added license information
|
2017-03-06 15:45:51 -05:00 |
marcgiffing
|
51d9bbfc7c
|
HHH-11509 - Infomix limit handler support for offset
|
2017-03-06 15:45:51 -05:00 |
marcgiffing
|
05a13b8b27
|
HHH-11509 - Infomix limit handler support for offset
code formatting
|
2017-03-06 15:45:51 -05:00 |
marcgiffing
|
0f9d0ab9fc
|
HHH-11509 - Infomix limit handler support for offset
|
2017-03-06 15:45:51 -05:00 |
marcgiffing
|
20314c2193
|
HHH-11509 - Infomix limit handler support for offset
|
2017-03-06 15:45:51 -05:00 |
Nicolai Parlog
|
2c4ccbc8af
|
Forward IOException in ClassFileArchiveEntryHandler::toClassFile
While the exception itself might not be very helpful (Javassist, for example, can throw rather cryptic ones) including at least makes the visible.
|
2017-03-06 16:30:03 +02:00 |
Andrea Boriero
|
55af30eb13
|
HHH-11397 - Query parameter binding validation issue
|
2017-03-06 16:03:05 +02:00 |
Andrea Boriero
|
dc714695e4
|
HHH-11511 - QuerySyntaxException when sorting by a column using a JPQL reserved keyword
|
2017-03-06 15:41:46 +02:00 |
Andrea Boriero
|
c53939b181
|
HHH-11510 - NativeQuery#iterate throws QuerySyntaxException instead of UnsupportedOperationException
|
2017-03-06 14:38:06 +02:00 |
Gail Badner
|
4fcc0d228a
|
HHH-9763 - hibernate.cache.default_cache_concurrency_strategy configuration is ignored
- add replicating test case
|
2017-03-06 13:45:31 +02:00 |
Andrei Solntsev
|
42f8d033c1
|
HHH-11547 fix some typos in documentation
|
2017-03-05 17:28:34 -05:00 |
Andrea Boriero
|
1d5ef677b6
|
HHH-11536 - Fix unit tests failing on Oracle
|
2017-03-03 09:09:46 +00:00 |
Oliver Breidenbach
|
0794e103d7
|
HHH-11078 - Attribute in metamodel is null for overridden property
- Add replicating test case
|
2017-03-02 16:27:50 +02:00 |
Andrea Boriero
|
dd895c78b6
|
HHH-11536 - Fix unit tests failing on Oracle
|
2017-03-02 13:57:20 +00:00 |
Oliver Breidenbach
|
633deeb75e
|
HHH-10842 - Entity graph attribute node is ignored if the entity is mapped by the Primary Key column
- Add test case to replicate the issue
|
2017-03-02 14:52:48 +02:00 |
Andrea Boriero
|
e54ce7b266
|
HHH-11536 - Fix unit tests failing on Oracle
|
2017-03-02 12:29:13 +00:00 |
Chris Cranford
|
2a32c8ff0d
|
Removed call to System.out.println
|
2017-03-02 06:43:02 -05:00 |
Boris Korogvich
|
ec487d8ace
|
fix typo
|
2017-03-02 05:53:15 -05:00 |
rreynolds
|
a1f01bcd64
|
HHH-10737 - Unrecognized select expression causes a NullPointerException
- Add replicating test case
|
2017-03-02 12:37:55 +02:00 |
Johannes Buehler
|
9d2e3b81b4
|
HHH-10463 - coalesce with null values and PostgreSQL throws exception
|
2017-03-02 11:51:57 +02:00 |
petar.tahchiev
|
e654e6c2c7
|
HHH-11089 - Naming Strategy Does not affect the user-specified index/foreign-key names
Call the implicit naming strategy regardless if the client has specified foreign key name or not
|
2017-03-01 17:27:48 +02:00 |
Samuel Andersson
|
e0da35e5e8
|
HHH-11532 - Loading extended entity by natural ID of base entity that exists in second level cache throws WrongClassException
- add replicating test case
|
2017-03-01 15:22:21 +02:00 |
Chris Cranford
|
761ea6c941
|
HHH-9114 - Fix property not found when IdClass properties are mapped both in entity and mapped superclass types.
|
2017-02-28 11:21:18 -05:00 |
Chris Cranford
|
959e3867d1
|
HHH-9114 - Added test case.
|
2017-02-28 11:21:18 -05:00 |
Andrea Boriero
|
e1dbca511d
|
HHH-11470 - Schema update should not try to query sequences for Dialects not supporting them (DB2400Dialect, DerbyDialect, DB2390Dialect)
|
2017-02-28 13:53:21 +02:00 |
Andrea Boriero
|
f0016db201
|
HHH-11477 - HQL query against field marked with @Lob fails on PostgreSQL
|
2017-02-28 12:25:03 +02:00 |
Vlad Mihalcea
|
9a9ef4d027
|
HHH-11514 - Id is generated on replicated instead of using the one provided
Add possible replicating test case
|
2017-02-28 12:09:11 +02:00 |
Chris Cranford
|
bd49676cb6
|
HHH-2735 - Added test cases.
|
2017-02-28 00:32:53 -05:00 |
Gail Badner
|
7ae3e1c3b7
|
HHH-11530 : IdentityGeneratorExtendsTest.testIdentifierGeneratorExtendsIdentityGenerator failing on Oracle DBs
|
2017-02-27 17:59:36 -08:00 |
Fábio Ueno
|
7b78ee9981
|
HHH-11186 - Add example for all Hibernate annotations
Document more annotations:
- @NotFound
|
2017-02-27 18:17:58 +02:00 |
Chris Cranford
|
e77d18c0d1
|
HHH-11502 - Fix NPE.
|
2017-02-27 10:09:54 -05:00 |
Russ Tennant
|
8d726a35b1
|
Test case for HHH-11502
|
2017-02-27 10:09:54 -05:00 |
Andrea Boriero
|
f3dafb3205
|
HHH-11473 - Refactor MySQLDialect
- move storage engine resolving into constructor
|
2017-02-27 16:29:02 +02:00 |
Chris Cranford
|
39c04f14ae
|
HHH-11455 - Test case.
|
2017-02-26 23:41:33 -05:00 |
Andrea Boriero
|
5e29497d60
|
HHH-11473 - Fix tests leaving a dirty database
|
2017-02-25 18:29:38 +00:00 |
Andrea Boriero
|
bc3032785e
|
HHH-11473 - Fix MySQLStorageEngineTest
|
2017-02-23 20:18:13 +00:00 |
Sanne Grinovero
|
7c90905d73
|
HHH-11518 Log4DelegatingLogger slows down testsuite execution by formatting messages too eagerly
|
2017-02-23 18:11:09 +00:00 |