Commit a3bcda0
fix(sequelize): "'Entity Not Found' error on updateById with MySQL"
"MySQL 'updateById' triggers 'entity not found' due to 0 affected rows."
Signed-off-by: Hitesh Baliyan <[email protected]>1 parent cd60919 commit a3bcda0
File tree
2 files changed
+10
-1
lines changed- extensions/sequelize/src/sequelize
2 files changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
231 | 237 | | |
232 | 238 | | |
233 | 239 | | |
| |||
0 commit comments