delvh
778ad795fd
Refactor deletion ( #28610 )
...
Introduce the new generic deletion methods
- `func DeleteByID[T any](ctx context.Context, id int64) (int64, error)`
- `func DeleteByIDs[T any](ctx context.Context, ids ...int64) error`
- `func Delete[T any](ctx context.Context, opts FindOptions) (int64,
error)`
So, we no longer need any specific deletion method and can just use
the generic ones instead.
Replacement of #28450
Closes #28450
---------
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2023-12-25 21:25:29 +01:00
..
2023-09-05 15:21:02 +00:00
2023-09-13 10:37:54 +08:00
2023-09-13 10:37:54 +08:00
2023-12-11 16:56:48 +08:00
2023-09-29 12:12:54 +00:00
2023-05-10 09:34:07 +08:00
2023-09-21 23:43:29 +00:00
2023-10-03 10:30:41 +00:00
2023-09-13 10:37:54 +08:00
2022-11-27 18:20:29 +00:00
2023-09-01 11:26:07 +00:00
2023-11-24 03:49:41 +00:00
2023-10-03 10:30:41 +00:00
2023-11-25 17:21:21 +00:00
2023-11-25 17:21:21 +00:00
2023-10-11 04:24:07 +00:00
2023-10-05 03:37:36 +00:00
2023-10-03 10:30:41 +00:00
2023-11-25 17:21:21 +00:00
2023-10-14 08:37:24 +00:00
2023-10-03 10:30:41 +00:00
2023-10-14 08:37:24 +00:00
2023-11-25 17:21:21 +00:00
2023-11-25 17:21:21 +00:00
2023-09-16 14:39:12 +00:00
2022-11-27 18:20:29 +00:00
2023-09-28 01:38:53 +00:00
2023-10-18 15:03:10 +00:00
2023-12-11 16:56:48 +08:00
2023-12-25 21:25:29 +01:00
2023-12-13 21:02:00 +00:00
2023-09-21 23:43:29 +00:00
2023-09-29 12:12:54 +00:00
2023-10-24 02:54:59 +00:00
2023-11-25 17:21:21 +00:00
2023-11-25 17:21:21 +00:00
2023-12-05 07:30:43 +00:00
2023-09-01 11:26:07 +00:00
2023-12-17 11:56:08 +00:00
2023-09-15 06:13:19 +00:00
2023-09-13 10:37:54 +08:00
2023-09-15 06:13:19 +00:00
2023-11-25 17:21:21 +00:00
2023-09-15 06:13:19 +00:00
2023-09-16 14:39:12 +00:00
2023-10-03 10:30:41 +00:00
2023-09-13 10:37:54 +08:00
2023-09-21 23:43:29 +00:00