Skip to content
Extraits de code Groupes Projets
Valider f720b9fb rédigé par Matthieu Aubry's avatar Matthieu Aubry
Parcourir les fichiers

refs #6028 run tests with STRICT_TRANS_TABLES sqlmode

parent ee7d9980
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -103,7 +103,7 @@ before_script:
- mysql -e "SELECT VERSION();"
# configure mysql
- mysql -e "SET GLOBAL sql_mode = 'NO_ENGINE_SUBSTITUTION,ONLY_FULL_GROUP_BY'" # Travis default
- mysql -e "SET GLOBAL sql_mode = 'NO_ENGINE_SUBSTITUTION,ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES'" # Travis default
# Uncomment to enable sql_mode STRICT_TRANS_TABLES (new default in Mysql 5.6)
#- mysql -e "SET GLOBAL sql_mode = 'NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES'"
......@@ -163,4 +163,4 @@ after_success:
{{ extraSections|trim|raw }}
{%- endif -%}
\ No newline at end of file
{%- endif -%}
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter