We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acaf0d1 commit ab1f535Copy full SHA for ab1f535
1 file changed
MysqliDb.php
@@ -632,6 +632,7 @@ public function onDuplicate($_updateColumns, $_lastInsertId = null)
632
{
633
$this->_lastInsertId = $_lastInsertId;
634
$this->_updateColumns = $_updateColumns;
635
+ return $this;
636
}
637
638
/**
0 commit comments