Skip to content

The use of VALUES() is depreacated  #1

Description

@Syone

$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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions