Project

General

Profile

Bug #83074 ยป patch.diff

Thanos no-lastname-given, 2017-11-23 19:34

View differences:

typo3/sysext/core/Classes/Database/Query/Expression/ExpressionBuilder.php Thu Nov 23 20:09:13 2017
default:
return sprintf(
'FIND_IN_SET(%s, %s)',
$value,
$this->connection->quoteIdentifier($fieldName)
$this->connection->quoteIdentifier($fieldName),
$value
);
}
}
    (1-1/1)