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

Fix bad conversion of array-of-strings to string. #817

Merged
merged 2 commits into from
Apr 7, 2024

Conversation

jtv
Copy link
Owner

@jtv jtv commented Apr 7, 2024

Fixes: #816.

The generic conversion to an SQL array computed its budget just slightly too tightly, which only became obvious when converting an array of at least 4 empty strings.

jtv added 2 commits April 7, 2024 21:00
Fixes: #816.

The generic conversion to an SQL array computed its budget just slightly
too tightly, which only became obvious when converting an array of at
least 4 empty strings.
test/unit/test_array.cxx Dismissed Show dismissed Hide dismissed
test/unit/test_stream_to.cxx Dismissed Show dismissed Hide dismissed
@jtv jtv merged commit 39d4ce0 into master Apr 7, 2024
6 checks passed
@jtv jtv deleted the 816-stream_to-empty-strings branch April 7, 2024 19:51
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.

Failure on streaming a list of empty strings
1 participant