You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@openjpa.apache.org by Pawel Veselov <pa...@gmail.com> on 2020/12/23 23:30:30 UTC

OPENJPA-2735 subquery search doesn't work for compound objects

Hello.

Any reason this is still not fixed in 3.1.2?

This would have a rather simple query fail:

delete from TABLE m where m.REF in (select E from REF E where
sd.keyPart = :param)

Just looks like a case that would be quite common...