phpmyadmin/phpmyadmin

MySQL 8.0.11 SQL compatibility mode changes

Ouverte

#14 222 ouverte le 21 avr. 2018

 (2 commentaires) (0 réaction) (0 personne assignée)PHP (3 454 forks)batch import
Awaiting Maintainer Responsehelp wantedquestion

Métriques du dépôt

Stars
 (6 886 étoiles)
Métriques de merge PR
 (Merge moyen 2j 17h) (11 PRs mergées en 30 j)

Description

Beginning with MySQL 8.0.11, the following change has occurred with SQL compatibility modes.

Incompatible Change: These deprecated compatibility SQL modes have been removed: DB2, MAXDB, MSSQL, MYSQL323, MYSQL40, ORACLE, POSTGRESQL, NO_FIELD_OPTIONS, NO_KEY_OPTIONS, NO_TABLE_OPTIONS. They can no longer be assigned to the sql_mode system variable or used as permitted values for the mysqldump --compatible option.

We should investigate whether these changes affect us at all.

Ref: https://github.com/phpmyadmin/phpmyadmin/issues/18917

Guide contributeur