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

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


  Branch: refs/heads/support-4.9
  Home:   https://github.com/Evolveum/midpoint
  Commit: 6d1616cc6f58c1df42902bdbbc240b40cd2c75f1
      https://github.com/Evolveum/midpoint/commit/6d1616cc6f58c1df42902bdbbc240b40cd2c75f1
  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.



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