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: raise an exception if multiple bind parameters aren't an array #527

Merged
merged 1 commit into from
Apr 19, 2024

Commits on Apr 19, 2024

  1. fix: raise an exception if bind parameters aren't an array

    Make sure Database#execute, #query, and #execute_batch raise an
    ArgumentError to avoid silent problems.
    
    This should have been done in ae12904
    flavorjones committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    1168b9c View commit details
    Browse the repository at this point in the history