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

Request more elements when decoding a large result. #217

Closed
wants to merge 1 commit into from

Conversation

gvisokinskas
Copy link

Signed-off-by: Giedrius Visokinskas [email protected]

Issue description

#216

@mp911de mp911de added the status: superseded An issue that has been superseded by another label Aug 4, 2021
@mp911de mp911de linked an issue Aug 4, 2021 that may be closed by this pull request
@mp911de
Copy link
Member

mp911de commented Aug 4, 2021

Thanks a lot for your work and your help. I decided to use concatMapIterable(…) to fix the count issue. As outlined in #216, decoding could also lead to multiple items being produced and that can lead to overflows and since we addressed underflows, we had to fix the other issue as well.

@mp911de mp911de closed this Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: superseded An issue that has been superseded by another
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Statements hang up on reading nvarchar(max) columns
2 participants