Skip to content

executemany regular-expression and deprecated VALUES() #771

@srepmub

Description

@srepmub

regarding executemany. according to the mysql docs, one should use an alias 'as blah' on VALUES, which can then be used like 'ON DUPLICATE KEY UPDATE col=blah.col'.. but the regular expression in cursors.py doesn't match with the alias part.. so for performance, we cannot move off the deprecated 'col=VALUES(col)' syntax.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions