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

Document JDBC driver cursor support #5544

Merged
merged 1 commit into from Oct 7, 2019
Merged

Conversation

rmloveland
Copy link
Contributor

Fixes #5448.

@cockroach-teamcity
Copy link
Member

This change is Reviewable

@rmloveland
Copy link
Contributor Author

@mjibson I wrote a little test program to try this out based on the PGJDBC docs example. Really cool!

I think this doc update is pretty close to right, but please let me know if:

  • something is incorrect
  • we should include some additional info that is not here

Copy link
Contributor

@maddyblue maddyblue left a comment

Choose a reason for hiding this comment

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

This looks great.

@rmloveland
Copy link
Contributor Author

Thanks Matt!

@rmloveland rmloveland requested review from ericharmeling and removed request for ericharmeling October 2, 2019 21:10
@rmloveland
Copy link
Contributor Author

@mjibson please take another look, I added some info about interleaved execution not being supported when setFetchSize() is set on the statement.

Copy link
Contributor

@ericharmeling ericharmeling left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 1 of 1 files at r3.
Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @mjibson)

@rmloveland rmloveland requested review from jseldess and removed request for jseldess October 7, 2019 15:24
@rmloveland rmloveland merged commit 4026a54 into master Oct 7, 2019
@rmloveland rmloveland deleted the 20191002-jdbc-streaming branch October 7, 2019 16:02
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.

Document improved streaming behavior of JDBC driver
4 participants