[midPoint-git] [Evolveum/midpoint] 421965: old-repo TypeRestriction reimplemented with EXISTS...
virgo47
noreply at github.com
Mon Jul 4 17:47:39 CEST 2022
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 421965252127a31dfe82d1ba2b8268784c2a64c3
https://github.com/Evolveum/midpoint/commit/421965252127a31dfe82d1ba2b8268784c2a64c3
Author: Richard Richter <richard.richter at evolveum.com>
Date: 2022-07-04 (Mon, 04 Jul 2022)
Changed paths:
M repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/SearchTest.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/query/hqm/condition/ExistsCondition.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/query/restriction/TypeRestriction.java
Log Message:
-----------
old-repo TypeRestriction reimplemented with EXISTS subquery
This fixes SQL generation for type filter inside reference target filter
which otherwise join-explodes and applies WHERE to the wrong join.
More information about the midPoint-svn
mailing list