Skip to content

Commit 3d1b4aa

Browse files
author
Oleksandr Iegorov
committed
MC-19791: Poor performance on sales order update - string to integer
1 parent fa77e7c commit 3d1b4aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,6 @@ private function isNeedToQuoteValue(array $columnDescription): bool
811811
*/
812812
protected function updateObject(\Magento\Framework\Model\AbstractModel $object)
813813
{
814-
/** @var AdapterInterface $connection */
815814
$connection = $this->getConnection();
816815
$tableDescription = $connection->describeTable($this->getMainTable());
817816
$preparedValue = $connection->prepareColumnValue($tableDescription[$this->getIdFieldName()], $object->getId());

0 commit comments

Comments
 (0)