We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 224c601 commit bb5f630Copy full SHA for bb5f630
src/lib/Sympa/DatabaseDriver/MySQL.pm
@@ -342,7 +342,7 @@ sub is_sufficient_field_type {
342
343
# As of MySQL 8.0.17, the display width attribute is deprecated for
344
# integer data types (MeriaDB has not).
345
- if ($required =~ /\A((?:tiny|small|medium|big)?int)(?:[(]\d+[)])?\z/
+ if ( $required =~ /\A((?:tiny|small|medium|big)?int)(?:[(]\d+[)])?\z/
346
and $actual eq $1) {
347
return 1;
348
}
0 commit comments