ash/lib
Davide Briani cd06f919c0
fix: load relationships on bulk operations (#1234)
This change validates that the `load` statement of bulk operations is
respected when specified, and correctly loads relationships.

Loading relationships with pagination on results for bulk destroys is
still not supported. Indeed, relationships are currently queried using a
lateral join but after the resource deletion has happened, so it looks
like nothing is related.

Signed-off-by: Davide Briani <davide@briani.dev>
2024-06-10 20:14:37 -04:00
..
ash fix: load relationships on bulk operations (#1234) 2024-06-10 20:14:37 -04:00
mix fix: only use Mix.deps_tree if defined 2024-05-23 10:00:46 -04:00
sat_solver chore: properly manage sat solver dependencies 2024-04-05 15:11:09 -04:00
ash.ex Ash.can? to be boolean | no_return (#1210) 2024-05-29 07:32:32 -04:00