Skip to content
Succès

#10 (8 sept. 2024, 09:49:53)

Démarrée il y a 1 an. 5 mo..
A duré 4 mn 19 s
Artefacts du build

Started by GitHub push by tircis

This run spent:

  • 9,4 s waiting;
  • 4 mn 19 s build duration;
  • 4 mn 28 s total from scheduled to completion.
Revision: 89b5d8c0a5f9b6a25851becbb5228675ad72e64a
Repository: https://github.com/codefilarete/stalactite.git/
  • refs/remotes/origin/master
Résultats des tests (aucune erreur)
    Changes
    1. Implementing an optimization while selecting entities with criteria : when the condition doesn't have criteria on a collection property (*-to-many) then the load can be done with one query because the SQL criteria doesn't make a subset of the entity graph. Also, This will allow "order by" implementation for derived queries. (commit: 80e1c52) (details / githubweb)
    2. Derived query support : implementing "order by" and "limit" (first / topN) derived query for non-polymorphic cases (commit: 057be86) (details / githubweb)
    3. Applying optimization while selecting entities with criteria for join-table polymorphism case (commit: ec48093) (details / githubweb)
    4. code cleanup (commit: 49bbd04) (details / githubweb)
    5. Updating CI badges (commit: 89b5d8c) (details / githubweb)