Skip to content
Succès

#40 (8 déc. 2024, 23:28:48)

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

Started by GitHub push by tircis

This run spent:

  • 6 s waiting;
  • 4 mn 36 s build duration;
  • 4 mn 42 s total from scheduled to completion.
Revision: 46fe38c60431d982f5eb5b4341ec07a03cd51e1d
Repository: https://github.com/codefilarete/stalactite.git/
  • refs/remotes/origin/master
Résultats des tests (aucune erreur)
    Changes
    1. Adding the possibility to join on a sub-select (commit: 810f20b) (details / githubweb)
    2. Removing IdentifierAssembler field of EntityGraphSelector because it's misleading : it should always be inflater one. (commit: 095b3e8) (details / githubweb)
    3. Introducing DatabaseCrudOperations to separate database operations from PersistenceContext even if it's the main implementation. Adding some generics around Insert, Update and Delete classes. (commit: 446cff0) (details / githubweb)
    4. Prototype of native queries implementation. (commit: 9e05f93) (details / githubweb)
    5. Removing tests of sort feature of native queries implementation because it's not supported by Spring Data Jdbc (commit: 7bd6771) (details / githubweb)
    6. Code cleanup (commit: 71aa69f) (details / githubweb)
    7. Renaming PreparedSQLWrapper to PreparedSQLAppender and StringAppenderWrapper to StringSQLAppender (commit: 964db05) (details / githubweb)
    8. Code cleanup (commit: c29e9ec) (details / githubweb)
    9. Code cleanup (commit: 57de678) (details / githubweb)
    10. Introducing Variable to be capable of having a named placeholder in queries (commit: 60bded3) (details / githubweb)
    11. Creating ExpandableSQLAppender to create dynamic queries based on named placeholders (commit: 9eb32ae) (details / githubweb)
    12. Capability to define a Spring bean to override a derived query (commit: 46fe38c) (details / githubweb)