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: Database#execute_batch properly handles non-ASCII strings #526

Merged
merged 1 commit into from
Apr 20, 2024

Commits on Apr 20, 2024

  1. fix: Database#execute_batch properly handles non-ASCII strings

    Fix a regression in v2.0.0 that caused `Database#execute_batch` to
    raise an encoding exception when passed some non-ASCII strings. As a
    result of this fix, `Database#prepare` now ensures the "remainder"
    string will always be encoded as UTF-8.
    
    Closes #524
    flavorjones committed Apr 20, 2024
    1 Configuration menu
    Copy the full SHA
    f4c326e View commit details
    Browse the repository at this point in the history