Skip to content

jdbc: Support ResultSet.fetchSize #178

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

Open
nicktorwald opened this issue May 6, 2019 · 2 comments
Open

jdbc: Support ResultSet.fetchSize #178

nicktorwald opened this issue May 6, 2019 · 2 comments
Labels
blocked Not ready to be implemented jdbc

Comments

@nicktorwald
Copy link

Can be implemented via cursors or, possibly, emulating the behaviour using limit/offset construction.

@nicktorwald nicktorwald added this to the JDBC MVP milestone May 6, 2019
@Totktonada
Copy link
Member

Totktonada commented May 12, 2019

I doubt it is possible to handle a general case using limit / offset. The only way is to support cursors on tarantool side.

Blocked by tarantool/tarantool#3082

@Totktonada Totktonada added the blocked Not ready to be implemented label May 12, 2019
@Totktonada
Copy link
Member

Moved to JDBC + transactions milestone, because we cannot implement the feature until it will be supported in Tarantool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Not ready to be implemented jdbc
Projects
None yet
Development

No branches or pull requests

2 participants