Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#13: QueryResultRow conversion for Product types #36

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Sep 25, 2024

  1. #13: QueryResultRow conversion for Product types

    * implicit class that adds the ability to convert `QueryResultRow` to a product type
    * implicit classes that add `getOrThrow` methods to `Option` and `Map`
    * copied `NamingConvention` classes from Fa-DB
    * added `sbt testAll` alias
    * enhanced the README.md to include some basic classes of the library used for DB testing
    benedeki committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4d172fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77f32c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Apply suggestions from code review

    Co-authored-by: miroslavpojer <miroslav.pojer@absa.africa>
    benedeki and miroslavpojer authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    31bbaa5 View commit details
    Browse the repository at this point in the history
  2. * removed unused import

    benedeki committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    66538ab View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    5c3fca8 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    e61c4a9 View commit details
    Browse the repository at this point in the history
  2. * updated JaCoCo workflow

    benedeki committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    136369a View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Apply suggestions from code review

    Co-authored-by: Ladislav Sulak <laco.sulak@gmail.com>
    benedeki and lsulak authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    0b319a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6abf5fa View commit details
    Browse the repository at this point in the history