Billy Chan
|
b4506c0647
|
MySQL insert on conflict do nothing (#2244)
* MySQL insert on conflict do nothing
* on_conflict_do_nothing
* clippy
|
2024-06-19 20:09:30 +08:00 |
|
Billy Chan
|
aa626fc1fd
|
clippy
|
2024-05-06 13:53:41 +08:00 |
|
Chris Tsang
|
1f3fa1dc19
|
Changelog with Tweaks
|
2023-06-21 23:14:57 +08:00 |
|
darkmmon
|
6e7950158a
|
Do nothing on conflict (#1712)
* added Conflicted to TryInsertResult
clippy changes
fmt
change from basic if statement to matches
* changed to early return
|
2023-06-21 22:47:17 +08:00 |
|
Chris Tsang
|
03207fbda9
|
Use rows_affected when DB does not support returning
|
2023-01-18 21:18:04 +08:00 |
|
Billy Chan
|
b5e984ca4a
|
Postgres insert many will throw RecordNotInserted error if non of them are being inserted (#1021)
|
2023-01-11 14:16:35 +08:00 |
|