-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Line 273 in 7a1b719
| $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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request