3261236: Use explicit SQL modes instead of ANSI and TRADITIONAL.
1 unresolved thread
Compare changes
@@ -222,7 +222,10 @@ public static function open(array &$connection_options = []) {
Closes #3261236 by explicitly listing all of the SQL modes instead of using the combined ANSI and TRADITIONAL modes.
The explicitly listed modes are based on the mysql definitions of ANSI and TRADITIONAL. There may be some further work required to determine whether they or some combination of the others used by mariadb are preferred.
Could we add a comment with that we used sql_mode "ANSI,TRADITIONAL", only that we changed it because of differences between MySQL and MariaDB.