Skip to content

Regression in bulk insert behavior #163

@ajm188

Description

@ajm188

The following query should be able to be executed in bulk:

INSERT INTO users (id, name) VALUES (1, 'foo'), (2, 'bar') /* insert multiple users in one query */

With mysqlclient 1.3.6, this query is emitted as a bulk insert.

I upgraded mysqclient to 1.3.9, and suddenly, this query is emitted as two individual inserts.

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