Skip to main content

Module batch_associations

Module batch_associations 

Source
Expand description

Test batching association-scoped statements (create, query, update, delete) through toasty::batch().

Functionsยง

batch_query_across_relations
Batch queries across different relations of the same parent.
batch_scoped_across_relations
Batch association statements across different relations of the same parent.
batch_scoped_all_four_crud
Batch all four CRUD operations through association scope.
batch_scoped_delete_with_root_update
Batch a scoped delete together with a root-level update.
batch_scoped_different_parents
Batch scoped operations from different parents.
batch_scoped_update_and_delete_same_relation
Batch association-scoped update and delete on the same relation.
batch_scoped_with_root_statements
Batch association-scoped statements mixed with root-level statements.
batch_two_scoped_creates_same_relation
Batch two association-scoped creates on the same relation.
batch_two_scoped_queries_same_relation
Batch two association-scoped queries on the same relation.