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

csharp: ValueAt extension causes error when StringArray length = 0 #2586

Open
davidhcoe opened this issue Mar 7, 2025 · 0 comments · May be fixed by #2587
Open

csharp: ValueAt extension causes error when StringArray length = 0 #2586

davidhcoe opened this issue Mar 7, 2025 · 0 comments · May be fixed by #2587
Labels
Type: bug Something isn't working

Comments

@davidhcoe
Copy link
Contributor

What happened?

The ValueAt extension is attempting to call GetString(index) on a StringArray of any length. When the length is 0, a ArgumentOutOfRangeException is thrown.

Stack Trace

No response

How can we reproduce the bug?

No response

Environment/Setup

No response

@davidhcoe davidhcoe added the Type: bug Something isn't working label Mar 7, 2025
@davidhcoe davidhcoe linked a pull request Mar 7, 2025 that will close this issue
@github-actions github-actions bot added this to the ADBC Libraries 18 milestone Mar 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant