Skip to content
Succès

#53 (27 avr. 2025, 09:15:47)

Démarrée il y a 9 mo. 24 j.
A duré 5 mn 2 s
Artefacts du build

Started by GitHub push by tircis

This run spent:

  • 6,3 s waiting;
  • 5 mn 2 s build duration;
  • 5 mn 8 s total from scheduled to completion.
Revision: ef1a9ca9d460568dda1c819b1bc33665af2d7947
Repository: https://github.com/codefilarete/stalactite.git/
  • refs/remotes/origin/master
Résultats des tests (aucune erreur)
    Changes
    1. Implementing Precision and Scale for floating point data type (commit: ef3d797) (details / githubweb)
    2. Implementing Batch Insert on PersistenceContext: introducing batchInsert(..) method. (commit: 8cac34e) (details / githubweb)
    3. Implementing Batch Update on PersistenceContext: introducing batchUpdate(..) method. (commit: a9e0a63) (details / githubweb)
    4. Clarify usage of placeholders in Updates, required a review of UpdateCommandBuilder logic and clarification: ColumnVariable and its subclasses are introduced to fullfill this goal. (commit: 04a2344) (details / githubweb)
    5. Moving some code to an appropriate package to lighten PersistenceContext code. (commit: a3ea37a) (details / githubweb)
    6. Moving Update statement criteria as a constructor parameter to clarify the API, because currently there's a mix between set(..) and where(..) methods which let one recall where(..) again and again even after set(..) has been called which is wierd. (commit: f3e8a3f) (details / githubweb)
    7. Aligning Delete criteria way of doing with Update one. (commit: 40ed867) (details / githubweb)
    8. Implementing Batch deletion. Still required some alignement with Update and Insert (commit: ecb2106) (details / githubweb)
    9. Replacing Insert.InsertColumn by ColumnVariable to align Insert mechanism with Update and Delete ones. (commit: ef1a9ca) (details / githubweb)