ash/test/actions/bulk
Zach Daniel cb3facb519 fix: we cannot assume that after_action/1 can be done atomically
The reason for this is that a given change may access `changeset.data`
which will not be available. This may introduce compile errors for some users
unfortunately, there is nothing we can do about this. They will need to change
to writing custom changes w/ the `atomic/3` callback that adds an after action
hook

improvement: honor a `_union_type` type param when casting unions
2024-09-11 09:57:22 -04:00
..
bulk_create_test.exs fix: we cannot assume that after_action/1 can be done atomically 2024-09-11 09:57:22 -04:00
bulk_destroy_test.exs test: tests for atomic only validation (#1331) 2024-07-29 15:29:39 -04:00
bulk_update_test.exs test: test new default keyset pagination 2024-08-30 17:36:10 -04:00