Skip to content

doesn't support upsert-ish behaviour #11

@robertleeplummerjr

Description

@robertleeplummerjr

the following query fails in test, but passes in mysql.

INSERT INTO `user_lauer_testing`
SET `user_id` = '123',
  `username` = 'mike'
ON duplicate KEY
UPDATE `user_id` = '123',
       `username` = 'bob'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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