-
Bug
-
Resolution: Fixed
-
Minor
-
4.1.9, 4.2.7, 4.3.4, 4.4.1
Hello! :wave:
I wanted to bring to your attention that the Aurora MySQL database engine (version 3.06.0, compatible with MySQL 8.0.34) has introduced new reserved keywords, including "accept," "aws_bedrock_invoke_model," "aws_sagemaker_invoke_endpoint," "content_type," and "timeout_ms." I have noticed that "content_type" is used in "mod_hvp."
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraMySQLReleaseNotes/AuroraMySQL.Updates.3060.html
Can you please advise on the best way to address this issue? Is it recommended to add the keywords in https://github.com/moodle/moodle/blob/main/lib/ddl/mysql_sql_generator.php#L592 ? (along with suggesting hvp to change the column name)
Thank you for your assistance!
Affected plugins:
https://github.com/h5p/moodle-mod_hvp/issues/549
- Testing discovered
-
MDL-82043 Improve working with the reserved words in Moodle DML
- Open