ash/test/actions/bulk
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
..
bulk_create_test.exs fix: load relationships on bulk operations (#1234) 2024-06-10 20:14:37 -04:00
bulk_destroy_test.exs fix: load relationships on bulk operations (#1234) 2024-06-10 20:14:37 -04:00
bulk_update_test.exs fix: load relationships on bulk operations (#1234) 2024-06-10 20:14:37 -04:00