sea-query icon indicating copy to clipboard operation
sea-query copied to clipboard

Helper methods for sea-orm soft delete

Open billy1624 opened this issue 3 years ago • 1 comments

  • Depended by SeaQL/sea-orm#276

billy1624 avatar Oct 29 '21 06:10 billy1624

@billy1624 can you fix clippy warnings? I think this is very useful.

ikrivosheev avatar May 04 '22 18:05 ikrivosheev

@billy1624 do you plan to continue working?

ikrivosheev avatar Sep 14 '22 13:09 ikrivosheev

Actually, I would prefer a non-mut style of API: instead of fn merge(&mut self, b), fn merge(&self, b) -> Self would be better.

tyt2y3 avatar Sep 18 '22 14:09 tyt2y3

This is no longer needed in the updated soft delete https://github.com/SeaQL/sea-orm/pull/790 I'll close this

billy1624 avatar Sep 20 '22 07:09 billy1624