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. |
|