Module tests

Module tests 

Source
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