exponentcms / exponent-cms

Content Management, Simple.
exponentcms.org
GNU General Public License v2.0
60 stars 24 forks source link

MySQL v8 incompatibility #1545

Closed dleffler closed 2 years ago

dleffler commented 3 years ago

As of MySQL v8.0.2, 'rank' is now a reserved keyword and we use a field named rank in most tables. Therefore, the field must be delimited by quotes or ticks in order for the sql query to work. This primarily rears it's ugly head in the ORDER BY clauses.

dleffler commented 2 years ago

Fixed with v2.6.0patch2