Skip to content

Could not intercept the sql witch has no primary and unique #5079

@l81893521

Description

@l81893521
  • I have searched the issues of this repository and believe that this is not a duplicate.

Ⅰ. Issue Description

could not intercept the sql witch has no primary and unique

Ⅱ. Describe what happened

If there is an exception, please attach the exception trace:

insert into account_tbl(id, user_id, money, information, create_time) values 
(?, ?, ?, ?, now()), 
(null, ?, ?, ?, now())
on duplicate key update money = 100

image

Ⅲ. Describe what you expected to happen

Ⅳ. How to reproduce it (as minimally and precisely as possible)

  1. xxx
  2. xxx
  3. xxx

Ⅴ. Anything else we need to know?

Ⅵ. Environment:

  • JDK version :
  • Seata version:
  • OS :
  • Others:

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