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.