Skip to content

Support a Statement.getMoreResults feature #193

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

Merged
merged 1 commit into from
Jun 12, 2019

Conversation

nicktorwald
Copy link

Add support for two methods getMoreResults and its synonym
getMoreResults(CLOSE_CURRENT_RESULT). Tarantool does not support
multiple results per one query. It leads both KEEP_CURRENT_RESULT and
CLOSE_ALL_RESULTS modes are not supported by the driver.

Closes: #182

@nicktorwald nicktorwald force-pushed the nicktorwald/gh-182-get-more-results branch from d16757b to 7effea6 Compare May 29, 2019 10:06
@coveralls
Copy link

coveralls commented May 29, 2019

Coverage Status

Coverage increased (+0.2%) to 72.24% when pulling ea52075 on nicktorwald/gh-182-get-more-results into 6f620ce on master.

Copy link
Member

@Totktonada Totktonada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Add support for two methods getMoreResults and its synonym
getMoreResults(CLOSE_CURRENT_RESULT). Tarantool does not support
multiple results per one query. It leads both KEEP_CURRENT_RESULT and
CLOSE_ALL_RESULTS modes are not supported by the driver.

Closes: #182
@nicktorwald nicktorwald force-pushed the nicktorwald/gh-182-get-more-results branch from 7effea6 to ea52075 Compare June 12, 2019 18:20
@nicktorwald nicktorwald merged commit 2473ffa into master Jun 12, 2019
@nicktorwald nicktorwald deleted the nicktorwald/gh-182-get-more-results branch June 12, 2019 18:43
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.

jdbc: Support Statement.getMoreResults
3 participants