You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle subqueries when used inside HQL INSERT statements.
Potentialy subqueries can crop up inside INSERT statements. We need to handle this as well.
NOTE: INSERT statements aren't defined in JPQL, so this problem doesn't overlap with standard JPA queries.
See #2977
0 commit comments