sohutv / sohutv/mqcloud

为什么很多表没有主键喃?

Open
#17 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
2.2k
Forks
285
PR merge metrics
No merged PRs in 30d

Description

There is no primary key here. Update will only use exact matching of the old values of the columns here. Thus, it may update more than one record.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No file or test is named. Start by locating the affected table definitions and the update path that matches old column values, then determine why primary keys are absent and whether that behavior is intentional. Done should include a confirmed explanation or a clearly scoped change that prevents unintended multi-row updates.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
databases
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.