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 674fe67 commit 02d0eefCopy full SHA for 02d0eef
src/MySQLReplication/Event/RowEvent/RowEvent.php
@@ -662,7 +662,7 @@ protected function getDecimal(ColumnDTO $columnDTO): string
662
$res .= sprintf('%0' . $compFractional . 'd', $value);
663
}
664
665
- return bcmul($res, '1', $columnDTO->getPrecision());
+ return bcmul($res, '1', $columnDTO->getDecimals());
666
667
668
protected function getDatetime(): ?string
0 commit comments