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

bug: upper casing can break AI when looking for sources #12

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

andyantrim
Copy link

No description provided.

@@ -176,6 +176,7 @@ def data_as_db(
return db_engine
tables = []
for d in data:
table_name = Parser.normalise_values([d.title])[0]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should likely make that function more robust and replace any special chars with underscores

Copy link
Contributor

@conbon conbon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this is enough to fix for now

@andyantrim andyantrim merged commit dbcaae5 into main Sep 23, 2024
1 check passed
@andyantrim andyantrim deleted the case_sensitive_tablenames branch September 23, 2024 12:19
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