[midPoint-git] [Evolveum/midpoint] 650705: MID-10310: Optimized searchObjectIterative when or...
Tony Tkáčik
noreply at github.com
Mon Jan 13 15:25:44 CET 2025
Branch: refs/heads/support-4.8
Home: https://github.com/Evolveum/midpoint
Commit: 650705fcc38e57440b3fb5e4340752752364681a
https://github.com/Evolveum/midpoint/commit/650705fcc38e57440b3fb5e4340752752364681a
Author: Tony Tkáčik <tonydamage at gmail.com>
Date: 2025-01-13 (Mon, 13 Jan 2025)
Changed paths:
M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/SqaleRepositoryService.java
M repo/repo-sqale/src/test/java/com/evolveum/midpoint/repo/sqale/func/SqaleRepoSearchIterativeTest.java
Log Message:
-----------
MID-10310: Optimized searchObjectIterative when ordering by oid
When user enters searchObjectsIterative with ordering by oid ascending
the instruction fallbacks to default behaviour (without custom ordering)
since default ordering is by oid ascending.
This simplifies SQL query by not emiting two checks and two order statements
for oid.
(cherry picked from commit 6d1616cc6f58c1df42902bdbbc240b40cd2c75f1)
To unsubscribe from these emails, change your notification settings at https://github.com/Evolveum/midpoint/settings/notifications
More information about the midPoint-svn
mailing list