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

Implement fetchmany #341

Merged
merged 1 commit into from
Aug 9, 2023
Merged

Implement fetchmany #341

merged 1 commit into from
Aug 9, 2023

Conversation

damian3031
Copy link
Member

Implement missing fetchmany method in ConnectionWrapper.
Add tests for it.

@damian3031 damian3031 requested review from aalbu and hovaesco August 9, 2023 14:22
@github-actions
Copy link

github-actions bot commented Aug 9, 2023

Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide.

@damian3031 damian3031 force-pushed the implement-fetchmany branch from 85577b6 to bb0977d Compare August 9, 2023 14:24
Comment on lines +98 to +101
([], 5), # default limit
(["--limit", 3], 3), # fetch 3 rows
(["--limit", -1], 7), # fetch all rows
Copy link
Contributor

Choose a reason for hiding this comment

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

Please add a comment that this test is used for fetchmany testing.

Copy link
Member Author

Choose a reason for hiding this comment

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

Added

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