Skip to content

DATAJDBC-115 - Adapt to changes in SD Commons API. #8

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

Closed
wants to merge 2 commits into from

Conversation

schauder
Copy link
Contributor

@schauder schauder commented Jul 7, 2017

No description provided.

odrotbohm pushed a commit that referenced this pull request Jul 13, 2017
@odrotbohm odrotbohm closed this Jul 13, 2017
@odrotbohm odrotbohm deleted the issue/DATAJDBC-115 branch July 13, 2017 14:53
mp911de added a commit that referenced this pull request Feb 21, 2022
DatabaseClient now no longer exposes the exchange() method but rather provides map(…) and then(…) methods.
Calling map(…) extracts values from tabular results by propagating the mapping function to Result.map(…).
then() allows statement execution without returning the result propagating only completion and error signals.

Original pull request: #33.
mp911de pushed a commit that referenced this pull request Feb 21, 2022
Formatting, JavaDoc, issue comments on `@Test` annotations.
Removed some dead code.

Original pull request: #33.
mp911de added a commit that referenced this pull request Feb 21, 2022
Remove unused code from AbstractDatabaseClientIntegrationTests.
Use literal null instead of code null for consistency.

Original pull request: #33.
mp911de added a commit that referenced this pull request Feb 21, 2022
Move retrieval methods from FetchSpec into RowsFetchSpec and UpdatedRowsFetchSpec.

map(…) now returns RowsFetchSpec to not expose updated rows count as mapped results are consumed as objects.

Original pull request: #33.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants