周雁鸣 (
https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%...
) *updated* an issue
Hibernate ORM (
https://hibernate.atlassian.net/browse/HHH?atlOrigin=eyJpIjoiMzNhZWFmZmNm...
) / Bug (
https://hibernate.atlassian.net/browse/HHH-16779?atlOrigin=eyJpIjoiMzNhZW...
) HHH-16779 (
https://hibernate.atlassian.net/browse/HHH-16779?atlOrigin=eyJpIjoiMzNhZW...
) EntityManager.find(Class<T> entityClass, Object primaryKey) generate unexpected
sql (
https://hibernate.atlassian.net/browse/HHH-16779?atlOrigin=eyJpIjoiMzNhZW...
)
Change By: 周雁鸣 (
https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%...
)
Before hibernate 6.2
{code:sql}o.h.SQL DEBUG select t1_0.id,t1_0.index from test_entity t1_0 where t1_0.id=?
o.h.o.j.bind TRACE binding parameter [1] as [ARRAY] - [1]{code}
Since hibernate 6.2
{code:sql}o.h.SQL DEBUG select t1_0.id,t1_0.index from test_entity t1_0 where
array_contains(?,t1_0.id)
o.h.o.j.bind TRACE binding parameter [1] as [ARRAY] - [[1, null, null, null, null, null,
null, null, null, null]]{code}
Does it changed by designed design ? if it is so , please we should add an option to let
user revert it , and improve the migration document.
(
https://hibernate.atlassian.net/browse/HHH-16779#add-comment?atlOrigin=ey...
) Add Comment (
https://hibernate.atlassian.net/browse/HHH-16779#add-comment?atlOrigin=ey...
)
Get Jira notifications on your phone! Download the Jira Cloud app for Android (
https://play.google.com/store/apps/details?id=com.atlassian.android.jira....
) or iOS (
https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=Em...
) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100225- sha1:956085d )