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

#35: Simplify working with the query results in the DB tests #37

Commits on Sep 25, 2024

  1. #35: Simplify working with the query results in the DB tests

    * method `@=` for Option types as a synonym for `contains`
    * method 'noMore` as an alias for `hasMore` in `QueryResult` class
    * enhanced tests for `QueryResultRowIntegration`
    benedeki committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    752ca59 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Merge branch 'master' into feature/35-simplify-working-with-the-query…

    …-results-in-the-db-tests
    benedeki authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    2374743 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. * changed the return type of QueryResultRow.apply from `Option[Obje…

    …ct]` to `Option[Any]`
    
    * added method `QueryResultRow.getObject`
    benedeki committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    ddeac66 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/35-simplify-working-with-the-query-results-in-t…

    …he-db-tests' of https://github.com/AbsaOSS/balta into feature/35-simplify-working-with-the-query-results-in-the-db-tests
    benedeki committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    885d4c1 View commit details
    Browse the repository at this point in the history
  3. * unused imports removed

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

Commits on Sep 29, 2024

  1. Merge branch 'master' into feature/35-simplify-working-with-the-query…

    …-results-in-the-db-tests
    benedeki authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    db91be2 View commit details
    Browse the repository at this point in the history