We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8609de1 commit dbd1e7aCopy full SHA for dbd1e7a
lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php
@@ -3225,6 +3225,8 @@ public function prepareColumnValue(array $column, $value)
3225
return $value;
3226
}
3227
3228
+ $column['DATA_TYPE'] = str_replace(' /* mariadb-5.3 */', '', $column['DATA_TYPE']);
3229
+
3230
// return original value if invalid column describe data
3231
if (!isset($column['DATA_TYPE'])) {
3232
0 commit comments