Skip to content
Succès

#41 (14 déc. 2024, 12:45:13)

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

Started by GitHub push by tircis

This run spent:

  • 7,7 s waiting;
  • 4 mn 32 s build duration;
  • 4 mn 39 s total from scheduled to completion.
Revision: 419deffe8a5c5216111c3cdcf2e24be60b0e2be6
Repository: https://github.com/codefilarete/stalactite.git/
  • refs/remotes/origin/master
Résultats des tests (aucune erreur)
    Changes
    1. Moving code from DefaultNamedOperator to Operators (commit: 8c58c66) (details / githubweb)
    2. Renaming PreparedSQLBuilder to PreparableSQLBuilder and its method toPreparedSQL to toPreparableSQL. (commit: 6f660ce) (details / githubweb)
    3. Fixing exception throwing (duplicate persister) while inherited configuration is shared between several entities in same graph (commit: 96c9e11) (details / githubweb)
    4. Better handling of unexpected connection close. (commit: 47780c1) (details / githubweb)
    5. Adding a test for one-to-many and overridden table target (commit: adaa8d9) (details / githubweb)
    6. Table given by entity is taken into account in one-to-many relation, but can be overwritten while configuring the relation. (commit: 875f641) (details / githubweb)
    7. Table given by entity is taken into account in one-to-one relation, but can be overwritten while setting relation (commit: 5d1d779) (details / githubweb)
    8. Table given by entity is taken into account in many-to-many relation, but can be overwritten while setting relation (commit: 7e70335) (details / githubweb)
    9. Making all SQL builders using the same pattern : reusing the appendTo(..) method between toSQL() and toPreparableSQL() (commit: 419deff) (details / githubweb)