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

query_as: don't stop stream after decoding error #1887

Merged
merged 2 commits into from
Jun 2, 2022

Commits on May 31, 2022

  1. query_as: don't stop stream after decoding error

    Fixes launchbadge#1884
    
    When a single row cannot be converted to the target type of query_as,
    it should not prevent the library user from accessing the other rows
    
    Otherwise, the user cannot access all query results in query_as.
    lovasoa committed May 31, 2022
    Configuration menu
    Copy the full SHA
    4767d9d View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Configuration menu
    Copy the full SHA
    87811b6 View commit details
    Browse the repository at this point in the history