'rank' is now a reserved word in MySQL 8

Description

rank is, as of MySQL 8.0.2, a reserved keyword.  

https://dev.mysql.com/doc/refman/8.0/en/keywords.html#keywords-8-0-detailed-R

The table `ofRosterGroups` uses rank as a column, and on MySQL this will need to escaped when creating and accessing the table.

 

Environment

None

Activity

Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created October 22, 2018 at 4:20 PM
Updated November 1, 2018 at 1:53 AM
Resolved November 1, 2018 at 1:53 AM

Flag notifications