|
|
|
|
|
Issue Type:
|
Bug
|
|
Affects Versions:
|
5.0.3
|
|
Assignee:
|
Unassigned
|
|
Components:
|
hibernate-core, query-hql
|
|
Created:
|
29/Oct/2015 07:40 AM
|
|
Environment:
|
Hibernate 5.0.3, h2 1.3.176
|
|
Priority:
|
Major
|
|
Reporter:
|
Burkhard Graves
|
|
|
See
HHH-6595
which was resolved as a duplicate of
HHH-4248
(same holds for
HHH-6011
).
HHH-4248
indeed seems to be fixed (although is was resolved as a duplicate, too – but of what task?) but the fix only handles the "ambiguous column error" mentioned in
HHH-4248
and
HHH-6011
.
This task (like
HHH-6595
) handles a problem which occurs if an entity is updated via HQL such that both tables (primary and secondary) are involved. In this case an unpreparable statement is generated or a statement which is a no-op.
|
|
|
|
|
|