[midPoint-git] [Evolveum/midpoint] 39708c: SqaleRepoSearchObjectTest: added two ref queries, ...
virgo47
noreply at github.com
Fri Jun 4 10:14:59 CEST 2021
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 39708cedc7695f454e52f32caa7f053190fd2556
https://github.com/Evolveum/midpoint/commit/39708cedc7695f454e52f32caa7f053190fd2556
Author: Richard Richter <richard.richter at evolveum.com>
Date: 2021-06-04 (Fri, 04 Jun 2021)
Changed paths:
M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/filtering/RefTableItemFilterProcessor.java
M repo/repo-sqale/src/test/java/com/evolveum/midpoint/repo/sqale/SqaleRepoBaseTest.java
M repo/repo-sqale/src/test/java/com/evolveum/midpoint/repo/sqale/func/SqaleRepoSearchObjectTest.java
Log Message:
-----------
SqaleRepoSearchObjectTest: added two ref queries, one with NOT disabled
Current implementation uses LEFT JOIN and if the object has any other
ref that matches the NOT condition it still matches.
Ref matching should be changed to EXISTS, then NOT EXISTS will work.
More information about the midPoint-svn
mailing list