Skip to content
Succès

#48 (12 mars 2025, 07:25:51)

Démarrée il y a 11 mo..
A duré 4 mn 37 s
Artefacts du build

Started by GitHub push by tircis

This run spent:

  • 9,5 s waiting;
  • 4 mn 37 s build duration;
  • 4 mn 46 s total from scheduled to completion.
Revision: 40e99409c1c24e2a1ed030c42ef53c26ba13c0dd
Repository: https://github.com/codefilarete/stalactite.git/
  • refs/remotes/origin/master
Résultats des tests (aucune erreur)
    Changes
    1. Implementing ZonedDateTime native support on Oracle (commit: 4003959) (details / githubweb)
    2. Implementing ZonedDateTime native support on HSQLDB. (commit: da62643) (details / githubweb)
    3. Fixing sequence name not escaped at creation and deletion time if it's a keyword (commit: 72a3c5a) (details / githubweb)
    4. Fixing HSQLDB Dialect to support 2.7, no more 2.0 (commit: 87bff74) (details / githubweb)
    5. Trying an approach to simplify Dialect configuration for end-user : introducing the new classes DialectOptions and DialectBuilder. (commit: adcee05) (details / githubweb)
    6. Code cleanup (commit: 5a4155b) (details / githubweb)
    7. Propagating renaming of Modifiable* classes to Mutable* classes (commit: 3b8a5f1) (details / githubweb)
    8. Implementing on HSQLDB the approach to simplify Dialect configuration for end-user : HSQLDBDialect is removed and replaced by HSQLDBDialectBuilder. Default behaviors are provided by DatabaseVendorSettings and a dedicated one is created by vendor : HSQLDBDatabaseSettings. Required some changes on DatabaseVendorSettings class, and then some adaptions to other vendors are made but temporary. Now on, changing some options is available through the Builder, combined by DialectOptions. (commit: 40e9940) (details / githubweb)