sidorares / sidorares/node-mysql2
Wrong answer format on PATCH nd PUT methods
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 4.4k
- Forks
- 680
- Avg merge
- 9h 7m
- Merged PRs (30d)
- 59
Description
Hi. It seels like you forgot to close bracket at the response from PATCH and PUT methods
After info opened bracked that never closed anywhere
This is response of PATCH and PUT methods
{"fieldCount":0,"affectedRows":1,"insertId":0,"info":"(Rows matched: 1 Changed: 0 Warnings: 0","serverStatus":2,"warningStatus":0,"changedRows":0}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test path is mentioned. Start by reproducing the PATCH and PUT response in node-mysql2, then trace where the result is serialized; done means the returned response format is valid and matches the expected MySQL result fields.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- mysql, typescript
- Domain
- backend, databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100