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

Fixed inconsistency in relation case sensitivity #107

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

vitrevance
Copy link
Contributor

Fix AttributeSelector case sensitivity bug

Description:

AttributeSelector was converting table names to lowercase, but it was not converting the sought-for table name to lowercase. This resulted in the library not being able to find any tables whose names contained uppercase letters. I have fixed this issue by ensuring that the sought-for table name is also converted to lowercase before comparison.

Changes Made:

  • Modified AttributeSelector to convert sought-for table name to lowercase for proper comparison
  • Tested the fix to ensure it resolves the issue

@proullon proullon merged commit 7c0f2b0 into proullon:master Jul 24, 2024
1 check passed
@proullon
Copy link
Owner

Good catch, thanks !

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.

2 participants