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

26535 - Column 'virtual' is a reserved word in mysql >=5.7 #2330

Merged
merged 1 commit into from
Nov 19, 2019
Merged

26535 - Column 'virtual' is a reserved word in mysql >=5.7 #2330

merged 1 commit into from
Nov 19, 2019

Conversation

nelsonglory
Copy link

@nelsonglory nelsonglory commented Nov 18, 2019

This leads to a database exception error when creating / updating a glossary.
The hotfix replaces all db->manipulate calls with corresponding db->insert/update calls which quotes column identifier automatically

https://mantis.ilias.de/view.php?id=26535

…to database exception. The hotfix replaces all ->manipulate calls with corresponding ->insert/update calls which quotes column identifier automatically
@klees
Copy link
Member

klees commented Nov 18, 2019

Hi @nelsonglory!

Thanks for contributing to ILIAS. If there is a ticket regarding this issue in our bugtracker please link it in your description and I will add the "bugfix" label. You might want to have a look into our guidelines for contributors.

Best regards!

@nelsonglory nelsonglory changed the title hotfix: column 'virtual' is a reserved word in mysql >=5.7 Column 'virtual' is a reserved word in mysql >=5.7 Nov 19, 2019
@nelsonglory nelsonglory changed the title Column 'virtual' is a reserved word in mysql >=5.7 26535 - Column 'virtual' is a reserved word in mysql >=5.7 Nov 19, 2019
@alex40724 alex40724 merged commit cbd7cba into ILIAS-eLearning:release_5-4 Nov 19, 2019
@alex40724
Copy link
Member

Great! Thanks a lot!

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

Successfully merging this pull request may close these issues.

3 participants