campsych / concerto-platform

Concerto Platform - Open-Source Online Adaptive Testing Platform
https://concertoplatform.com/
Apache License 2.0
153 stars 88 forks source link

Using backticks to prevent issues with the reserved keyword "group" #361

Open camposmoreira opened 1 year ago

camposmoreira commented 1 year ago

This pull request try to address issues found at:

308

318

In this solution, backticks are used to prevent issues with the reserved keyword "group" in MySQL.

If you are upgrading from MySQL 5.7 to MySQL 8.0, you may encounter problems with the authentication system. One solution is to add the line "default-authentication-plugin=mysql_native_password" to your MySQL configuration settings.

Please note that I did not include this solution in the pull request.