Skip to content

case-insensitive parameters matching #660

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Wize-ND
Copy link

@Wize-ND Wize-ND commented Apr 9, 2025

This PR fixes an issue where using bind variables (inside statement) in a different case than their corresponding parameters in the parameter list results in the error "parameter %s is not defined in parameter list".

Problem:
When binding parameters, the comparison between bind variable names and parameter names was case-sensitive, causing failures when the cases didn't match exactly.

Solution:
Modified the parameter name comparison to be case-insensitive, ensuring consistent behavior regardless of the case used in bind variables.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant