[midPoint-git] [Evolveum/midpoint] 213034: MID-10310: Optimized searchObjectIterative when or...

Tony Tkáčik noreply at github.com
Mon Jan 13 15:11:00 CET 2025


  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: 213034cddd2cb42b1695887ba7899666bb1f34b0
      https://github.com/Evolveum/midpoint/commit/213034cddd2cb42b1695887ba7899666bb1f34b0
  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