执行批量插入回滚sql执行有误
Offen
- Vorherrschende Sprache
- Java
- Sterne
- 4.2k
- Forks
- 1.4k
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
执行批量插入语句insert ()values(),();
primaryKeys中记录了两个主键,在拼接回滚sql时拼接成了id= a and id = b,这里是不是应该用or 或者说in?
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
Start by tracing the rollback-SQL generation for batch INSERT statements and how the two recorded primary keys are combined. Reproduce the case with two primary keys, then verify that the generated condition can match either row and add or update a regression test if the repository provides one.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- java
- Bereich
- backend, databases
- Issue-Typ
- Bug
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 35/100