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: getColumnCount would fail for empty partititioned result sets #2588

Merged
merged 1 commit into from Aug 14, 2023

Commits on Aug 14, 2023

  1. fix: getColumnCount would fail for empty partititioned result sets

    Calling getColumnCount() would fail for ResultSets that were returned for partitioned
    queries. The reason for this was that the number of columns would be calculated based
    on the last seen row. This would not work for ResultSets without any rows at all.
    olavloite committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    fcf9ab6 View commit details
    Browse the repository at this point in the history