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: importer didn't quote the Groups table for MySQL8 #393

Closed
wants to merge 1 commit into from

Conversation

mehgcap
Copy link
Contributor

@mehgcap mehgcap commented Nov 12, 2024

Importer.pm and RightsInspector.pm both used unquoted Groups as a table name. I added the backticks (`Groups`) so MySQL8 won't choke on this table name. More work may need to be done to fully support other database types.

@sunnavy
Copy link
Member

sunnavy commented Nov 15, 2024

Merged accordingly, thanks!

-sunnavy

@sunnavy sunnavy closed this Nov 15, 2024
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