|
$sql = new Sql("INSERT $ignore INTO $this->table ($columns) VALUES ($v) $action", array_merge($values, array_values($bind))); |
Reference:
The use of VALUES() to refer to the new row and columns is deprecated beginning with MySQL 8.0.20
https://dev.mysql.com/doc/refman/8.0/en/insert-on-duplicate.html
mysql/src/Crud.php
Line 273 in 7a1b719
Reference:
The use of VALUES() to refer to the new row and columns is deprecated beginning with MySQL 8.0.20
https://dev.mysql.com/doc/refman/8.0/en/insert-on-duplicate.html