Expand description
Test implementations
Modulesยง
- batch_
associations - Test batching association-scoped statements (create, query, update, delete)
through
toasty::batch(). - batch_
create_ statements - batch_
nested_ create - batch_
query - batch_
query_ dynamic - batch_
rollback - batch_
update_ delete - belongs_
to_ configured - belongs_
to_ one_ way - belongs_
to_ self_ referential - bigdecimal
- composite_
key_ pagination - Test pagination on composite-key models.
- connection_
per_ clone - create_
macro - decimal
- default_
and_ update - embedded_
enum_ data - embedded_
enum_ index - embedded_
enum_ unit - embedded_
struct - embedded_
struct_ index - field_
auto - field_
column_ name - field_
column_ type - filter_
data_ enum - filter_
data_ enum_ variant_ field - filter_
enum_ comparison - has_
many_ batch_ create - has_
many_ crud_ basic - Test basic has_many associations without any preloading of associations during query time. All associations are accessed via queries on demand.
- has_
many_ crud_ multi_ relations - Test has_many associations with multiple relations to the same model
- has_
many_ filter_ on_ association - Test filtering parent models by conditions on has_many associations
- has_
many_ link_ unlink - Test linking and unlinking has_many associations
- has_
many_ n_ 1 - Test N+1 query behavior with has_many associations
- has_
many_ scoped_ query - Test scoped queries on has_many associations
- has_
one_ crud_ basic - jiff
- missing_
registrations - one_
model_ batch_ create - Test batch creation of models
- one_
model_ composite_ key - one_
model_ composite_ key_ in_ list - one_
model_ crud - one_
model_ crud_ basic_ driver_ ops - one_
model_ model_ level_ key - one_
model_ option_ filter - Test filtering models by Option fields using is_some() and is_none()
- one_
model_ partitioned_ crud - one_
model_ query - Test querying models with various filters and constraints
- one_
model_ sort_ limit - Test sorting and pagination of query results
- preload
- reset_
db - serialize
- sync_
send - tx_
atomic_ stmt - tx_
interactive - tys