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

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

Closed
benedeki opened this issue Sep 25, 2024 · 0 comments · Fixed by #37
Closed

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

benedeki opened this issue Sep 25, 2024 · 0 comments · Fixed by #37
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@benedeki
Copy link
Contributor

Background

Some most common cases are cumbersome to code using Balta. Try to simplify it

Feature

Simplify working with Balta by introducing a couple of handy methods.

@benedeki benedeki added enhancement New feature or request good first issue Good for newcomers labels Sep 25, 2024
benedeki added a commit that referenced this issue Sep 25, 2024
* method `@=` for Option types as a synonym for `contains`
* method 'noMore` as an alias for `hasMore` in `QueryResult` class
* enhanced tests for `QueryResultRowIntegration`
benedeki added a commit that referenced this issue Oct 1, 2024
* method `@=` for Option types as a synonym for `contains`
* method 'noMore` as an alias for `hasMore` in `QueryResult` class
* enhanced tests for `QueryResultRowIntegration`
* changed the return type of `QueryResultRow.apply` from `Option[Object]` to `Option[Any]`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant