List of all items
Structs
Enums
Traits
Macros
Functions
- column
- column_storage_ty
- columns
- pop_filter
- pop_insert
- pop_update
- table_id
- tests::batch_associations::batch_query_across_relations
- tests::batch_associations::batch_scoped_across_relations
- tests::batch_associations::batch_scoped_all_four_crud
- tests::batch_associations::batch_scoped_delete_with_root_update
- tests::batch_associations::batch_scoped_different_parents
- tests::batch_associations::batch_scoped_update_and_delete_same_relation
- tests::batch_associations::batch_scoped_with_root_statements
- tests::batch_associations::batch_two_scoped_creates_same_relation
- tests::batch_associations::batch_two_scoped_queries_same_relation
- tests::batch_create_statements::batch_create_query_create
- tests::batch_create_statements::batch_create_then_query
- tests::batch_create_statements::batch_creates_from_array
- tests::batch_create_statements::batch_creates_from_vec
- tests::batch_create_statements::batch_query_and_create
- tests::batch_create_statements::batch_two_creates_different_models
- tests::batch_create_statements::batch_two_creates_same_model
- tests::batch_nested_create::batch_as_nested_has_many_create
- tests::batch_query::batch_both_empty
- tests::batch_query::batch_one_empty
- tests::batch_query::batch_same_model
- tests::batch_query::batch_select_and_create
- tests::batch_query::batch_three_queries
- tests::batch_query::batch_two_models
- tests::batch_query_dynamic::batch_array_of_queries
- tests::batch_query_dynamic::batch_nested_tuple_with_vec
- tests::batch_query_dynamic::batch_vec_all_empty
- tests::batch_query_dynamic::batch_vec_of_queries
- tests::batch_query_dynamic::batch_vec_some_empty
- tests::batch_rollback::batch_array_creates_rolls_back_on_failure
- tests::batch_rollback::batch_create_and_update_rolls_back_on_update_failure
- tests::batch_rollback::batch_different_models_rolls_back_on_failure
- tests::batch_rollback::batch_two_creates_rolls_back_on_second_failure
- tests::batch_rollback::batch_update_and_create_rolls_back_on_create_failure
- tests::batch_update_delete::batch_all_four_statement_types
- tests::batch_update_delete::batch_instance_delete
- tests::batch_update_delete::batch_two_deletes_same_model
- tests::batch_update_delete::batch_two_updates_same_model
- tests::batch_update_delete::batch_update_and_delete
- tests::clone_query::clone_create_builder
- tests::clone_query::clone_query_with_different_modifiers
- tests::clone_query::clone_update_builder
- tests::crud_basic::crud_no_fields
- tests::crud_basic::crud_one_string
- tests::crud_basic::required_field_create_without_setting
- tests::crud_basic::unique_index_no_update
- tests::crud_basic::unique_index_nullable_field_update
- tests::crud_basic::unique_index_required_field_update
- tests::crud_basic::unique_index_set_same_value
- tests::crud_basic::update_and_delete_snippets
- tests::crud_basic::update_multiple_fields
- tests::crud_batch_create::batch_create_empty
- tests::crud_batch_create::batch_create_fails_if_any_record_missing_fields
- tests::crud_batch_create::batch_create_inside_transaction_uses_savepoints
- tests::crud_batch_create::batch_create_many
- tests::crud_batch_create::batch_create_many_auto_increment
- tests::crud_batch_create::batch_create_many_auto_increment_requires_returning
- tests::crud_batch_create::batch_create_model_with_unique_field_index_all_dups
- tests::crud_batch_create::batch_create_model_with_unique_field_index_all_unique
- tests::crud_batch_create::batch_create_one
- tests::crud_batch_create::batch_create_unique_violation_rolls_back
- tests::crud_composite_key_in_list::filter_composite_key_in_list
- tests::crud_composite_key_in_list::filter_composite_key_in_list_empty
- tests::crud_composite_key_pagination::limit_composite_key
- tests::crud_composite_key_pagination::limit_offset_composite_key
- tests::crud_composite_key_pagination::limit_offset_gsi
- tests::crud_composite_key_pagination::paginate_composite_key
- tests::crud_composite_key_pagination::paginate_composite_key_asc
- tests::crud_composite_key_pagination::paginate_composite_key_no_prev
- tests::crud_composite_key_pagination::paginate_composite_key_prev
- tests::crud_composite_key_pagination::paginate_composite_key_prev_desc
- tests::crud_composite_key_pagination::sort_composite_key
- tests::crud_create_macro::create_macro_batch
- tests::crud_create_macro::create_macro_deeply_nested
- tests::crud_create_macro::create_macro_field_shorthand
- tests::crud_create_macro::create_macro_field_shorthand_batch
- tests::crud_create_macro::create_macro_field_shorthand_mixed
- tests::crud_create_macro::create_macro_field_shorthand_multiple
- tests::crud_create_macro::create_macro_field_shorthand_scoped
- tests::crud_create_macro::create_macro_multiple_fields
- tests::crud_create_macro::create_macro_nested_association
- tests::crud_create_macro::create_macro_nested_multiple
- tests::crud_create_macro::create_macro_scoped
- tests::crud_create_macro::create_macro_simple
- tests::crud_create_macro::create_macro_tuple
- tests::crud_create_macro::create_macro_tuple_mixed
- tests::crud_create_macro::create_macro_with_belongs_to::id_u64
- tests::crud_create_macro::create_macro_with_belongs_to::id_uuid
- tests::crud_create_macro::create_macro_with_different_variable
- tests::crud_create_macro::create_macro_with_variable
- tests::crud_driver_ops::basic_crud::id_u64
- tests::crud_driver_ops::basic_crud::id_uuid
- tests::crud_model_find_by_primary_key::composite_pk
- tests::crud_model_find_by_primary_key::generic_by_primary_key
- tests::crud_model_find_by_primary_key::single_column_pk
- tests::crud_model_level_key::model_level_composite_key
- tests::crud_model_level_key::model_level_single_key
- tests::crud_option_filter::filter_option_combined_with_other_filters
- tests::crud_option_filter::filter_option_id_is_none
- tests::crud_option_filter::filter_option_is_none
- tests::crud_option_filter::filter_option_is_some
- tests::crud_option_filter::filter_option_multiple_nullable_fields
- tests::crud_option_filter::filter_option_with_partition_key
- tests::crud_partitioned::delete_by_partition_key
- tests::crud_partitioned::update_by_partition_key
- tests::crud_query::query_arbitrary_constraint
- tests::crud_query::query_boolean_filters_with_index
- tests::crud_query::query_index_eq
- tests::crud_query::query_local_key_cmp
- tests::crud_query::query_not_and_combined
- tests::crud_query::query_not_basic
- tests::crud_query::query_not_or_combined
- tests::crud_query::query_or_and_combined
- tests::crud_query::query_or_basic
- tests::crud_query::query_or_multiple
- tests::crud_query::query_or_on_keys
- tests::crud_query::query_partition_key_string_eq
- tests::crud_query::set_filter_overwrites
- tests::crud_query_macro::query_macro_filter_bool_literal
- tests::crud_query_macro::query_macro_filter_in_list_by_pk
- tests::crud_query_macro::query_macro_filter_with_order_by_and_limit
- tests::crud_query_macro::query_macro_local_key_comparison
- tests::crud_query_macro::query_macro_numeric_and_boolean_filters
- tests::crud_query_macro::query_macro_ordering_and_pagination
- tests::crud_query_macro::query_macro_partition_key_filters
- tests::crud_query_macro::query_macro_partition_key_with_not
- tests::crud_query_macro::query_macro_partition_key_with_or
- tests::crud_query_macro::query_macro_scan_filters
- tests::crud_sort_limit::first_narrows_to_single_row
- tests::crud_sort_limit::first_respects_offset
- tests::crud_sort_limit::limit_offset
- tests::crud_sort_limit::order_by_multiple_columns_composes
- tests::crud_sort_limit::order_by_tuple
- tests::crud_sort_limit::paginate
- tests::crud_sort_limit::paginate_for_dynamodb
- tests::crud_sort_limit::set_order_by_overwrites
- tests::crud_sort_limit::sort_asc
- tests::crud_update_arithmetic::arithmetic_chains_with_other_updates
- tests::crud_update_arithmetic::arithmetic_update_cases
- tests::crud_update_arithmetic::increment_narrow_integer_column
- tests::crud_update_arithmetic::increment_unique_column
- tests::crud_update_field_order::query_update_non_declaration_order
- tests::crud_update_field_order::successive_single_field_updates
- tests::crud_update_field_order::update_fields_reverse_order
- tests::crud_update_field_order::update_last_field_only
- tests::crud_update_field_order::update_middle_field_mixed_types
- tests::crud_update_macro::update_macro_embedded_patch_and_mixed_shapes
- tests::crud_update_macro::update_macro_has_many_insert
- tests::crud_update_macro::update_macro_has_many_mixed_list
- tests::crud_update_macro::update_macro_method_shorthand_clear
- tests::crud_update_macro::update_macro_method_shorthand_extend
- tests::crud_update_macro::update_macro_method_shorthand_pop
- tests::crud_update_macro::update_macro_method_shorthand_push
- tests::crud_update_macro::update_macro_method_shorthand_reads_target_field
- tests::crud_update_macro::update_macro_method_shorthand_set
- tests::crud_update_macro::update_macro_multiple_fields
- tests::crud_update_macro::update_macro_query_target
- tests::crud_update_macro::update_macro_shorthand
- tests::crud_update_macro::update_macro_simple
- tests::crud_update_macro::update_macro_value_reads_target_field
- tests::crud_upsert::unsupported_unique_upsert_is_reported_before_dispatch
- tests::crud_upsert::unsupported_upsert_branches_are_reported_before_dispatch
- tests::crud_upsert::unsupported_upsert_is_reported_before_dispatch
- tests::crud_upsert::upsert_applies_model_defaults
- tests::crud_upsert::upsert_branch_overrides
- tests::crud_upsert::upsert_branch_overrides_are_order_independent
- tests::crud_upsert::upsert_by_composite_unique_constraint
- tests::crud_upsert::upsert_by_primary_key_creates_then_updates
- tests::crud_upsert::upsert_by_unique_field
- tests::crud_upsert::upsert_create_assignment_initializes_only_new_record
- tests::crud_upsert::upsert_explicit_assignments_override_model_defaults
- tests::crud_upsert::upsert_or_ignore_returns_option
- tests::crud_upsert::upsert_or_ignore_suppresses_only_the_selected_conflict
- tests::crud_upsert::upsert_pop_applies_declared_default_on_create
- tests::crud_upsert::upsert_shared_assignment_operators
- tests::crud_upsert::upsert_shared_mutation_requires_declared_default
- tests::crud_upsert::upsert_shared_mutations_apply_declared_defaults
- tests::crud_upsert::upsert_shared_replacement_does_not_require_default
- tests::crud_upsert::upsert_single_branch_override_keeps_shared_other_branch
- tests::crud_upsert::upsert_update_can_reference_incoming_value
- tests::crud_upsert::upsert_update_can_reference_stored_value
- tests::crud_upsert::upsert_update_increments_version
- tests::crud_upsert::upsert_update_mutation_does_not_require_default
- tests::crud_upsert::upsert_without_update_assignments_is_invalid
- tests::deferred_embed::deferred_embed_data_enum
- tests::deferred_embed::deferred_embed_struct
- tests::deferred_embed::deferred_embed_unit_enum
- tests::deferred_embed::deferred_embed_update_reloads
- tests::deferred_embed::deferred_embed_with_deferred_sub_field
- tests::deferred_embed::deferred_field_inside_embed
- tests::deferred_embed::deferred_field_inside_option_embed
- tests::deferred_embed::deferred_inside_embed_in_enum_variant
- tests::deferred_embed::deferred_newtype_inside_option_embed
- tests::deferred_embed::include_deferred_inside_embed_in_enum_variant
- tests::deferred_embed::update_embed_by_value_with_deferred_sub_field
- tests::deferred_field::default_load_leaves_deferred_unloaded
- tests::deferred_field::deferred_filter_does_not_load_field
- tests::deferred_field::deferred_include_loads_value
- tests::deferred_field::deferred_json_create_returns_loaded
- tests::deferred_field::deferred_json_default_load_leaves_unloaded
- tests::deferred_field::deferred_json_include_eager_loads_value
- tests::deferred_field::deferred_json_update_refreshes_loaded_value
- tests::deferred_field::deferred_optional_create_returns_none_loaded
- tests::deferred_field::deferred_optional_include_loads_none
- tests::deferred_field::deferred_optional_include_loads_some
- tests::deferred_field::deferred_pk_filter_does_not_load_field
- tests::deferred_field::deferred_update_loads_from_unloaded
- tests::deferred_field::deferred_update_refreshes_loaded_value
- tests::deferred_field::deferred_works_through_type_alias
- tests::dynamodb_update_batch_filter::batch_update_filter_all_match
- tests::dynamodb_update_batch_filter::batch_update_filter_no_match
- tests::dynamodb_update_batch_filter::batch_update_filter_partial_match
- tests::dynamodb_update_batch_filter::update_via_secondary_index_uses_primary_key_type
- tests::embed_enum_collection::enum_storage_propagates_through_nested_embed
- tests::embed_enum_collection::enum_storage_propagates_through_wrappers
- tests::embed_enum_collection::native_enum_vec_create_get
- tests::embed_enum_collection::native_enum_vec_stores_as_enum_array
- tests::embed_enum_collection::vec_enum_contains_and_len
- tests::embed_enum_collection::vec_enum_create_get
- tests::embed_enum_collection::vec_enum_uses_discriminant_storage
- tests::embed_enum_data::data_carrying_enum_db_schema
- tests::embed_enum_data::data_carrying_enum_schema
- tests::embed_enum_data::data_variant_roundtrip
- tests::embed_enum_data::data_variant_with_jiff_timestamp
- tests::embed_enum_data::data_variant_with_uuid_field
- tests::embed_enum_data::enum_in_enum_roundtrip
- tests::embed_enum_data::enum_update_between_variants_of_different_width
- tests::embed_enum_data::global_field_indices
- tests::embed_enum_data::integer_discriminant_storage_type
- tests::embed_enum_data::mixed_enum_roundtrip
- tests::embed_enum_data::mixed_enum_schema
- tests::embed_enum_data::mixed_enum_update_data_to_unit_variant
- tests::embed_enum_data::struct_in_data_variant
- tests::embed_enum_filter::create_and_get_data_enum
- tests::embed_enum_filter::filter_data_enum_value_and_variant
- tests::embed_enum_filter::filter_enum_variant_with_partition_key
- tests::embed_enum_filter::filter_unit_enum
- tests::embed_enum_filter_variant_field::cross_variant_or
- tests::embed_enum_filter_variant_field::filter_variant_field_with_cast_storage
- tests::embed_enum_filter_variant_field::filter_variant_field_with_partition_key
- tests::embed_enum_filter_variant_field::filter_variant_field_with_storage_override
- tests::embed_enum_index::embedded_enum_index_schema
- tests::embed_enum_index::embedded_enum_unique_index_enforced
- tests::embed_enum_index::unit_enum_composite_unique_enforced
- tests::embed_enum_index::unit_enum_field_index_filter
- tests::embed_enum_index::unit_enum_field_index_schema
- tests::embed_enum_native_ops::native_enum_crud_lifecycle
- tests::embed_enum_native_ops::native_enum_custom_type_name
- tests::embed_enum_native_ops::native_enum_filter_operations
- tests::embed_enum_native_ops::native_enum_multiple_fields
- tests::embed_enum_optional::option_enum_create_ops
- tests::embed_enum_optional::option_enum_crud
- tests::embed_enum_optional::option_enum_db_schema
- tests::embed_enum_optional::option_enum_filter_eq
- tests::embed_enum_optional::option_enum_filter_ops
- tests::embed_enum_optional::option_enum_filter_presence
- tests::embed_enum_optional::option_enum_update
- tests::embed_enum_optional::option_enum_update_ops
- tests::embed_enum_rename_all::rename_all_across_storage_mappings
- tests::embed_enum_rename_all::rename_all_derives_labels
- tests::embed_enum_rename_all::rename_all_round_trip
- tests::embed_enum_shared_column::raw_shared_identifier_uses_bare_name
- tests::embed_enum_shared_column::shared_column_cross_variant_or
- tests::embed_enum_shared_column::shared_column_db_schema
- tests::embed_enum_shared_column::shared_column_roundtrip
- tests::embed_enum_shared_column::shared_column_schema_fields
- tests::embed_enum_shared_column::shared_column_update
- tests::embed_enum_shared_column::shared_column_variant_gated_filter
- tests::embed_enum_shared_index::composite_index_shared_and_variant_field
- tests::embed_enum_shared_index::duplicate_column_without_shared_rejected
- tests::embed_enum_shared_index::embedded_prefix_collision_is_not_duplicate
- tests::embed_enum_shared_index::nested_enum_column_collision_rejected
- tests::embed_enum_shared_index::nested_enum_column_collision_rejected_reverse_order
- tests::embed_enum_shared_index::shared_field_column_override
- tests::embed_enum_shared_index::shared_field_non_unique_index
- tests::embed_enum_shared_index::shared_field_unique_enforced_cross_variant
- tests::embed_enum_shared_index::shared_field_unique_index_schema
- tests::embed_enum_shared_type::shared_enum_crud
- tests::embed_enum_shared_type::shared_enum_filter
- tests::embed_enum_string_discriminant::default_string_labels
- tests::embed_enum_string_discriminant::default_string_labels_data_enum
- tests::embed_enum_string_discriminant::filter_by_string_variant
- tests::embed_enum_string_discriminant::mixed_explicit_and_default_labels
- tests::embed_enum_string_discriminant::mixed_string_labels_data_enum
- tests::embed_enum_string_discriminant::string_discriminant_data_enum
- tests::embed_enum_string_discriminant::string_discriminant_schema_registration
- tests::embed_enum_string_discriminant::string_discriminant_unit_enum
- tests::embed_enum_unit::basic_embedded_enum
- tests::embed_enum_unit::create_and_query_enum::id_u64
- tests::embed_enum_unit::create_and_query_enum::id_uuid
- tests::embed_enum_unit::filter_by_enum_variant
- tests::embed_enum_unit::root_model_with_embedded_enum_field
- tests::embed_newtype::basic_newtype_embed
- tests::embed_newtype::crud_newtype_embed
- tests::embed_newtype::nested_newtype
- tests::embed_newtype::newtype_as_primary_key
- tests::embed_newtype::newtype_auto_increment_key
- tests::embed_newtype::newtype_auto_nested_proxy
- tests::embed_newtype::newtype_auto_uuid_key
- tests::embed_newtype::newtype_column_name
- tests::embed_newtype::newtype_index
- tests::embed_newtype::newtype_key_and_predicate
- tests::embed_newtype::newtype_numeric
- tests::embed_newtype::newtype_ordering_comparisons
- tests::embed_newtype::newtype_unique_constraint
- tests::embed_newtype::newtype_uuid_get_by_id
- tests::embed_relation::belongs_to_in_embedded_struct
- tests::embed_relation::belongs_to_in_enum_variants
- tests::embed_relation::filter_by_relation_key_through_variant_path
- tests::embed_relation::optional_relation_carrying_embed
- tests::embed_struct::basic_embedded_struct
- tests::embed_struct::create_and_query_embedded
- tests::embed_struct::crud_nested_embedded
- tests::embed_struct::deeply_nested_embedded_schema
- tests::embed_struct::embedded_struct_fields_codegen
- tests::embed_struct::embedded_struct_with_jiff_fields
- tests::embed_struct::embedded_struct_with_uuid_field
- tests::embed_struct::partial_update_embedded_fields
- tests::embed_struct::partial_update_nested_embedded
- tests::embed_struct::query_based_partial_update_embedded
- tests::embed_struct::query_embedded_fields_comparison_ops
- tests::embed_struct::query_embedded_multiple_fields
- tests::embed_struct::query_embedded_struct_fields
- tests::embed_struct::root_model_with_embedded_field
- tests::embed_struct::unit_enum_in_embedded_struct
- tests::embed_struct::update_with_embedded_field_filter
- tests::embed_struct::whole_embedded_struct_eq_ne
- tests::embed_struct_index::embedded_struct_index_schema
- tests::embed_struct_index::embedded_struct_unique_index_enforced
- tests::embed_struct_index::nested_embedded_struct_index
- tests::embed_struct_optional::option_embed_create_ops
- tests::embed_struct_optional::option_embed_crud
- tests::embed_struct_optional::option_embed_db_schema
- tests::embed_struct_optional::option_embed_filter_eq
- tests::embed_struct_optional::option_embed_filter_ops
- tests::embed_struct_optional::option_embed_filter_presence
- tests::embed_struct_optional::option_embed_update
- tests::embed_struct_optional::option_embed_update_ops
- tests::embed_struct_optional::option_newtype_create_ops
- tests::embed_struct_optional::option_newtype_crud
- tests::embed_struct_optional::option_newtype_db_schema
- tests::embed_struct_optional::option_newtype_filter_eq
- tests::embed_struct_optional::option_newtype_filter_ops
- tests::embed_struct_optional::option_newtype_filter_presence
- tests::embed_struct_optional::option_newtype_update
- tests::embed_struct_optional::option_newtype_wrapping_option_rejected
- tests::embed_struct_optional::option_struct_nullable_inner_disambiguates
- tests::field_auto::auto_increment_explicit
- tests::field_auto::auto_increment_i64_key
- tests::field_auto::auto_increment_implicit
- tests::field_auto::auto_increment_parent_with_batch_associations
- tests::field_auto::auto_increment_with_associations
- tests::field_auto::auto_increment_with_composite_key_errors
- tests::field_auto::auto_increment_with_single_association
- tests::field_auto::auto_uuid_v4
- tests::field_auto::auto_uuid_v7
- tests::field_column_name::specify_custom_column_name::id_u64
- tests::field_column_name::specify_custom_column_name::id_uuid
- tests::field_column_name::specify_custom_column_name_with_type
- tests::field_column_type::specify_constrained_string_field
- tests::field_column_type::specify_invalid_varchar_size
- tests::field_column_type::specify_uuid_as_bytes
- tests::field_column_type::specify_uuid_as_text::id_u64
- tests::field_column_type::specify_uuid_as_text::id_uuid
- tests::field_column_type::specify_varchar_ty_when_not_supported
- tests::field_default_and_update::auto_on_timestamp_fields
- tests::field_default_and_update::default_and_update_on_same_field
- tests::field_default_and_update::default_expr_on_create
- tests::field_default_and_update::default_expr_override
- tests::field_default_and_update::update_expr_on_create
- tests::field_default_and_update::update_expr_on_update
- tests::field_default_and_update::update_expr_override_on_update
- tests::field_version::batch_insert_checks_version
- tests::field_version::create_initializes_version
- tests::field_version::delete_checks_version
- tests::field_version::duplicate_create_fails
- tests::field_version::query_relative_update_increments_value_and_version
- tests::field_version::query_update_increments_version
- tests::field_version::query_update_invalidates_stale_instance
- tests::field_version::query_update_multi_key_works
- tests::field_version::query_update_unique_index_increments_version
- tests::field_version::relative_update_after_delete_fails
- tests::field_version::relative_update_increments_value_and_version
- tests::field_version::stale_delete_fails
- tests::field_version::stale_update_fails
- tests::field_version::unique_index_stale_update_fails
- tests::field_version::unique_index_update_increments_version
- tests::field_version::update_after_delete_fails
- tests::field_version::update_increments_version
- tests::field_version::update_with_float_field_works
- tests::field_version_newtype::newtype_version_create_initializes
- tests::field_version_newtype::newtype_version_query_update_increments
- tests::field_version_newtype::newtype_version_stale_delete_fails
- tests::field_version_newtype::newtype_version_stale_update_fails
- tests::field_version_newtype::newtype_version_update_increments
- tests::filter_between::filter_between_empty_result
- tests::filter_between::filter_between_gsi_sort_key
- tests::filter_between::filter_between_inclusive_bounds
- tests::filter_between::filter_between_numeric
- tests::filter_between::filter_between_sort_key
- tests::filter_between::filter_between_string
- tests::filter_embedded_in_list::any_with_or_over_embedded_field
- tests::filter_embedded_in_list::or_over_embedded_field_folds_to_in_list
- tests::filter_ilike::ilike_lowercase_pattern
- tests::filter_ilike::ilike_no_match
- tests::filter_ilike::ilike_optional_field
- tests::filter_ilike::ilike_unsupported_without_native_operator
- tests::filter_ilike::ilike_uppercase_pattern
- tests::filter_like::like_basic
- tests::filter_like::like_escape_keeps_wildcards
- tests::filter_like::like_escape_percent
- tests::filter_like::like_escape_underscore
- tests::filter_like::like_no_match
- tests::filter_like::like_optional_field
- tests::float_fields::float_fields_column_type_override
- tests::float_fields::float_fields_crud
- tests::index_composite::composite_index_basic
- tests::index_composite::composite_index_max_attributes
- tests::index_composite::composite_index_multi_hash
- tests::index_composite::composite_index_multi_range
- tests::index_composite::composite_index_multiple_indexes
- tests::index_composite::composite_index_prefix_queries
- tests::index_composite::composite_index_simple_three_column_ddb
- tests::index_composite::composite_index_sort_key_range_filter
- tests::index_composite::composite_index_struct_level
- tests::index_composite::composite_index_three_columns
- tests::index_composite::composite_index_too_many_range_columns
- tests::index_composite::composite_unique_index_enforced
- tests::index_composite::composite_unique_index_unsupported_on_dynamodb
- tests::index_custom_name::index_custom_name_default_unchanged
- tests::index_custom_name::index_custom_name_overrides_default
- tests::index_custom_name::index_long_name_is_truncated
- tests::index_custom_name::key_custom_name_recorded_on_pk_index
- tests::index_unique_collection::non_unique_vec_index_is_rejected
- tests::index_unique_collection::unique_vec_generated_operations
- tests::index_unique_collection::unique_vec_newtype
- tests::index_unique_collection::unique_vec_unsupported_backend
- tests::index_unique_collection::unique_vec_uses_ordered_complete_value
- tests::infra_connection_per_clone::db_does_not_hold_connection
- tests::infra_connection_per_clone::dedicated_connection_holds_pool_slot
- tests::infra_connection_per_clone::write_visible_on_same_handle
- tests::infra_missing_registrations::missing_registration_belongs_to
- tests::infra_missing_registrations::missing_registration_embedded
- tests::infra_missing_registrations::missing_registration_has_many
- tests::infra_missing_registrations::missing_registration_has_one
- tests::infra_pool_config::max_pool_size_is_applied
- tests::infra_pool_config::pool_timeouts_are_accepted
- tests::infra_reset_db::reset_db_and_recreate
- tests::infra_sync_send::ensure_types_sync_send
- tests::key_unsigned::key_u16
- tests::key_unsigned::key_u32
- tests::key_unsigned::key_u64
- tests::key_unsigned::key_u8
- tests::lift_belongs_to_complex_filter::lift_belongs_to_preserves_embedded_field_filter
- tests::paginate_include::include_preserves_pagination_cursor
- tests::paginate_multi_column::paginate_accepts_cursor_without_hidden_primary_key
- tests::paginate_multi_column::paginate_composite_unique_non_nullable_order_needs_no_tiebreaker
- tests::paginate_multi_column::paginate_first_page_has_no_previous_page
- tests::paginate_multi_column::paginate_first_page_ignores_nested_statement_cursor
- tests::paginate_multi_column::paginate_first_page_ignores_subquery_cursor
- tests::paginate_multi_column::paginate_multi_column_equal_leading_values
- tests::paginate_multi_column::paginate_multi_column_mixed_directions
- tests::paginate_multi_column::paginate_non_unique_column_with_newtype_primary_key
- tests::paginate_multi_column::paginate_nullable_unique_column_uses_primary_key
- tests::paginate_multi_column::paginate_single_non_unique_column
- tests::paginate_multi_column::paginate_unique_non_nullable_column_needs_no_tiebreaker
- tests::query_count::count_after_inserts
- tests::query_count::count_empty_table
- tests::query_count::count_with_filter
- tests::query_in_list::in_list_empty
- tests::query_in_list::in_list_i64_large
- tests::query_in_list::in_list_id
- tests::query_in_list::in_list_string
- tests::query_in_list::in_list_with_null
- tests::query_in_list::not_in_list_string
- tests::raw_identifier_fields::create_filter_update_by_raw_identifier_field
- tests::raw_sql::query_column_types_decode_bigdecimal
- tests::raw_sql::query_column_types_decode_decimal
- tests::raw_sql::query_column_types_decode_list
- tests::raw_sql::query_column_types_decode_scalars
- tests::raw_sql::query_column_types_decode_temporal
- tests::raw_sql::query_infers_storage_values
- tests::raw_sql::query_is_sent_as_raw_sql_driver_operation
- tests::raw_sql::query_on_connection
- tests::raw_sql::raw_sql_rejects_non_sql_drivers
- tests::raw_sql::statement_and_query_on_db
- tests::raw_sql::statement_binds_typed_null
- tests::raw_sql::statement_inside_transaction_rolls_back
- tests::record_not_found::not_found
- tests::relation_belongs_to_configured::different_field_name
- tests::relation_belongs_to_configured::has_one_different_field_name
- tests::relation_belongs_to_embed_key::belongs_to_with_embed_pk
- tests::relation_belongs_to_inferred::infers_key_and_references
- tests::relation_belongs_to_inferred::infers_optional_relation
- tests::relation_belongs_to_inferred::infers_references_only
- tests::relation_belongs_to_null_fk::optional_belongs_to_null_fk
- tests::relation_belongs_to_one_way::crud_user_optional_profile_one_direction
- tests::relation_belongs_to_self_referential::crud_person_self_referential
- tests::relation_chain::chain_dedupes_when_todos_share_category
- tests::relation_chain::chain_from_empty_source_is_empty
- tests::relation_chain::chain_scopes_per_starting_user
- tests::relation_chain::chain_skips_null_belongs_to
- tests::relation_chain::chain_then_filter
- tests::relation_chain::four_step_chain
- tests::relation_chain::has_many_through_has_many
- tests::relation_chain::three_step_chain
- tests::relation_chain::user_todos_category
- tests::relation_chain_composite_key::category_todos_filter
- tests::relation_chain_composite_key::category_todos_respects_revision
- tests::relation_chain_composite_key::category_todos_user_composite_first_hop
- tests::relation_chain_composite_key::composite_chain_from_empty_source_is_empty
- tests::relation_chain_composite_key::composite_chain_then_filter
- tests::relation_chain_composite_key::composite_has_many_through_has_many
- tests::relation_chain_composite_key::filtered_category_todos_user_composite
- tests::relation_chain_composite_key::user_todos_category_composite
- tests::relation_chain_composite_key::user_todos_category_distinguishes_by_revision
- tests::relation_eager::eager_belongs_to_batch_create_returning_loads_relation
- tests::relation_eager::eager_belongs_to_create_returning_loads_relation
- tests::relation_eager::eager_belongs_to_loads_without_include
- tests::relation_eager::eager_belongs_to_nested_create_returning_loads_relation
- tests::relation_eager::eager_belongs_to_upsert_or_ignore_conflict_issues_no_load
- tests::relation_eager::eager_belongs_to_upsert_or_ignore_returning_loads_relation
- tests::relation_eager::eager_has_many_and_has_one_load_without_include
- tests::relation_eager::eager_has_many_create_returning_loads_relations
- tests::relation_eager::eager_nested_relations_load_without_include
- tests::relation_eager::eager_relation_cycle_is_rejected
- tests::relation_eager::eager_relation_long_cycle_is_rejected
- tests::relation_eager::eager_relation_self_cycle_is_rejected
- tests::relation_eager::eager_relations_reload_after_update
- tests::relation_filter_association::filter_by_belongs_to_field
- tests::relation_filter_association::filter_by_belongs_to_has_many_any
- tests::relation_filter_association::filter_by_has_one_field
- tests::relation_filter_association::filter_by_nested_has_one_chain::id_u64
- tests::relation_filter_association::filter_by_nested_has_one_chain::id_uuid
- tests::relation_filter_association::filter_by_relation_field_like
- tests::relation_filter_ne::belongs_to_ne_filter
- tests::relation_has_many_batch_create::user_batch_create_todos_one_level_basic_fk
- tests::relation_has_many_batch_create::user_batch_create_todos_set_category_by_value
- tests::relation_has_many_batch_create::user_batch_create_todos_two_levels_basic_fk
- tests::relation_has_many_batch_create::user_batch_create_todos_with_optional_field
- tests::relation_has_many_batch_create::user_batch_create_two_todos_simple
- tests::relation_has_many_boxed_fk::arc_u64_fk_crud
- tests::relation_has_many_boxed_fk::boxed_u64_fk_crud
- tests::relation_has_many_boxed_fk::rc_u64_fk_crud
- tests::relation_has_many_composite_key::composite_add_remove_multiple_relation_option_belongs_to
- tests::relation_has_many_composite_key::composite_add_remove_single_relation_required_belongs_to
- tests::relation_has_many_composite_key::composite_assign_existing_user_to_todo
- tests::relation_has_many_composite_key::composite_assign_todo_that_already_has_user_on_create
- tests::relation_has_many_composite_key::composite_assign_todo_that_already_has_user_on_update
- tests::relation_has_many_composite_key::composite_assign_todo_to_user_on_update_query
- tests::relation_has_many_composite_key::composite_associate_new_user_with_todo_on_update_query_via_creation
- tests::relation_has_many_composite_key::composite_associate_new_user_with_todo_on_update_via_creation
- tests::relation_has_many_composite_key::composite_basic_has_many_and_belongs_to_preload
- tests::relation_has_many_composite_key::composite_belongs_to_missing_index_is_error
- tests::relation_has_many_composite_key::composite_belongs_to_required
- tests::relation_has_many_composite_key::composite_crud_has_one_required
- tests::relation_has_many_composite_key::composite_crud_user_todos
- tests::relation_has_many_composite_key::composite_delete_when_belongs_to_optional
- tests::relation_has_many_composite_key::composite_filter_by_belongs_to_field
- tests::relation_has_many_composite_key::composite_filter_parent_by_child_field
- tests::relation_has_many_composite_key::composite_fk_belongs_to_preload
- tests::relation_has_many_composite_key::composite_has_many_insert_on_update
- tests::relation_has_many_composite_key::composite_nested_has_many_then_belongs_to_required
- tests::relation_has_many_composite_key::composite_preload_has_many_with_optional_belongs_to
- tests::relation_has_many_composite_key::composite_preload_on_empty_query
- tests::relation_has_many_composite_key::composite_reassign_relation_required_belongs_to
- tests::relation_has_many_composite_key::composite_remove_add_single_relation_option_belongs_to
- tests::relation_has_many_composite_key::composite_scoped_find_by_id
- tests::relation_has_many_composite_key::composite_select_belongs_to_basic
- tests::relation_has_many_composite_key::composite_user_batch_create_todos_one_level
- tests::relation_has_many_composite_key::composite_user_batch_create_todos_with_optional_field
- tests::relation_has_many_composite_key::composite_user_batch_create_two_todos_simple
- tests::relation_has_many_crud::assign_existing_user_to_todo
- tests::relation_has_many_crud::assign_todo_that_already_has_user_on_create
- tests::relation_has_many_crud::assign_todo_that_already_has_user_on_update
- tests::relation_has_many_crud::assign_todo_to_user_on_update_query
- tests::relation_has_many_crud::associate_new_user_with_todo_on_update_query_via_creation
- tests::relation_has_many_crud::associate_new_user_with_todo_on_update_via_creation
- tests::relation_has_many_crud::belongs_to_required
- tests::relation_has_many_crud::crud_user_todos
- tests::relation_has_many_crud::delete_when_belongs_to_optional
- tests::relation_has_many_crud::has_many_apply_combinations
- tests::relation_has_many_crud::has_many_apply_empty_is_noop
- tests::relation_has_many_crud::has_many_apply_insert_and_remove
- tests::relation_has_many_crud::has_many_apply_insert_and_remove_nullable_fk
- tests::relation_has_many_crud::has_many_apply_insert_remove_same_item
- tests::relation_has_many_crud::has_many_apply_multiple_inserts
- tests::relation_has_many_crud::has_many_apply_multiple_removes
- tests::relation_has_many_crud::has_many_apply_nested
- tests::relation_has_many_crud::has_many_apply_remove_then_insert
- tests::relation_has_many_crud::has_many_apply_swap_unique_required_fk
- tests::relation_has_many_crud::has_many_apply_swap_unique_with_extra_insert
- tests::relation_has_many_crud::has_many_apply_two_inserts_and_remove
- tests::relation_has_many_crud::has_many_insert_on_update::id_u64
- tests::relation_has_many_crud::has_many_insert_on_update::id_uuid
- tests::relation_has_many_crud::has_many_update_remove
- tests::relation_has_many_crud::has_many_when_fk_is_composite
- tests::relation_has_many_crud::has_many_when_fk_is_composite_with_snippets
- tests::relation_has_many_crud::scoped_find_by_id
- tests::relation_has_many_crud::update_user_with_null_todo_is_err
- tests::relation_has_many_filter::filter_parent_all_children_match
- tests::relation_has_many_filter::filter_parent_all_ignores_unlinked_children
- tests::relation_has_many_filter::filter_parent_by_child_field
- tests::relation_has_many_filter::filter_parent_no_matching_children
- tests::relation_has_many_link_unlink::add_remove_multiple_relation_option_belongs_to
- tests::relation_has_many_link_unlink::add_remove_single_relation_required_belongs_to
- tests::relation_has_many_link_unlink::reassign_relation_required_belongs_to
- tests::relation_has_many_link_unlink::remove_add_single_relation_option_belongs_to
- tests::relation_has_many_multi::crud_user_todos_categories
- tests::relation_has_many_n_plus_1::hello_world
- tests::relation_has_many_n_plus_1::query_by_index_optimization
- tests::relation_has_many_same_target::pair_hint_create_via_has_many_accessor
- tests::relation_has_many_same_target::pair_hint_disambiguates_has_many
- tests::relation_has_many_scoped_query::scoped_query_eq::composite
- tests::relation_has_many_scoped_query::scoped_query_eq::single
- tests::relation_has_many_scoped_query::scoped_query_gt::composite
- tests::relation_has_many_scoped_query::scoped_query_gt::single
- tests::relation_has_many_via::eager_scalar_via_auto_loads
- tests::relation_has_many_via::filter_parent_by_via_any
- tests::relation_has_many_via::include_via_has_one
- tests::relation_has_many_via::include_via_nested_via
- tests::relation_has_many_via::include_via_three_step
- tests::relation_has_many_via::include_via_three_step_no_intermediates
- tests::relation_has_many_via::include_with_newtype_foreign_key
- tests::relation_has_many_via::include_with_unit_enum_foreign_key
- tests::relation_has_many_via::query_and_include_two_step_targets_and_values
- tests::relation_has_many_via::query_chain_scalar_via
- tests::relation_has_many_via::query_scalar_via_two_step
- tests::relation_has_many_via::query_with_no_intermediates_is_empty
- tests::relation_has_many_via::scalar_via_distinct_values_across_distinct_targets
- tests::relation_has_many_via::scalar_via_of_via
- tests::relation_has_many_via::select_scalar_via
- tests::relation_has_many_via::select_via_has_one
- tests::relation_has_many_via::select_via_two_step
- tests::relation_has_many_via::via_relation_query_can_be_filtered
- tests::relation_has_one_crud::associate_has_one_by_val_on_insert::id_u64
- tests::relation_has_one_crud::associate_has_one_by_val_on_insert::id_uuid
- tests::relation_has_one_crud::associate_has_one_by_val_on_update_query_with_filter_1
- tests::relation_has_one_crud::associate_has_one_by_val_on_update_query_with_filter_2
- tests::relation_has_one_crud::crud_has_one_bi_direction_optional::id_u64
- tests::relation_has_one_crud::crud_has_one_bi_direction_optional::id_uuid
- tests::relation_has_one_crud::crud_has_one_optional_belongs_to_required
- tests::relation_has_one_crud::crud_has_one_required_belongs_to_optional
- tests::relation_has_one_crud::set_has_one_by_value_in_update_query
- tests::relation_has_one_crud::unset_has_one_in_batch_update
- tests::relation_has_one_crud::unset_has_one_with_required_pair_in_non_pk_query_update
- tests::relation_has_one_crud::unset_has_one_with_required_pair_in_pk_query_update
- tests::relation_has_one_crud::update_belongs_to_with_required_has_one_pair
- tests::relation_many_to_many::composite_join_key_prevents_duplicate_links
- tests::relation_many_to_many::filter_through_join_model
- tests::relation_many_to_many::filter_through_via_from_both_sides
- tests::relation_many_to_many::include_from_both_sides
- tests::relation_many_to_many::mutate_link_through_join_model
- tests::relation_many_to_many::query_from_both_sides
- tests::relation_many_to_many::self_referential_followers_and_following
- tests::relation_preload::bare_and_nested_includes_on_shared_prefix
- tests::relation_preload::basic_has_many_and_belongs_to_preload
- tests::relation_preload::basic_has_one_and_belongs_to_preload
- tests::relation_preload::combined_has_many_and_has_one_preload::id_u64
- tests::relation_preload::combined_has_many_and_has_one_preload::id_uuid
- tests::relation_preload::multiple_includes_same_model
- tests::relation_preload::multiple_includes_with_has_one
- tests::relation_preload::nested_belongs_to_optional_then_belongs_to_optional
- tests::relation_preload::nested_belongs_to_optional_then_has_many
- tests::relation_preload::nested_belongs_to_required_then_belongs_to_required
- tests::relation_preload::nested_belongs_to_required_then_has_many
- tests::relation_preload::nested_belongs_to_required_then_has_one_optional
- tests::relation_preload::nested_belongs_to_required_then_has_one_required
- tests::relation_preload::nested_has_many_preload
- tests::relation_preload::nested_has_many_then_belongs_to_optional
- tests::relation_preload::nested_has_many_then_belongs_to_required
- tests::relation_preload::nested_has_many_then_has_many_with_empty_leaves
- tests::relation_preload::nested_has_many_then_has_one_optional
- tests::relation_preload::nested_has_many_then_has_one_required
- tests::relation_preload::nested_has_one_optional_then_belongs_to_required
- tests::relation_preload::nested_has_one_optional_then_has_many
- tests::relation_preload::nested_has_one_optional_then_has_one_optional
- tests::relation_preload::nested_has_one_required_then_has_many
- tests::relation_preload::nested_has_one_required_then_has_one_required
- tests::relation_preload::preload_has_many_with_optional_belongs_to
- tests::relation_preload::preload_has_one_option_none_then_some
- tests::relation_preload::preload_has_one_optional_with_required_belongs_to
- tests::relation_preload::preload_has_one_required_with_optional_belongs_to
- tests::relation_preload::preload_on_empty_query
- tests::relation_preload::preload_on_empty_table
- tests::relation_preload::sibling_nested_includes_on_shared_prefix
- tests::relation_preload::sibling_nested_includes_on_shared_prefix_non_sql
- tests::relation_preload_filter::preload_belongs_to_with_filter
- tests::relation_preload_filter::preload_eager_has_many_filter_still_loads_all
- tests::relation_preload_filter::preload_has_many_bare_and_filtered_loads_all
- tests::relation_preload_filter::preload_has_many_filter_independent_of_parent_any
- tests::relation_preload_filter::preload_has_many_repeated_filters_ored
- tests::relation_preload_filter::preload_has_many_with_filter
- tests::relation_preload_filter::preload_has_one_with_filter
- tests::relation_preload_filter::preload_nested_relation_filters_at_both_levels
- tests::relation_preload_filter::preload_nested_relation_with_filter
- tests::relation_preload_filter::preload_required_belongs_to_filter_rejected
- tests::relation_preload_filter::preload_required_has_one_filter_rejected
- tests::relation_preload_options::preload_has_many_filter_and_order
- tests::relation_preload_options::preload_has_many_ordered_per_parent
- tests::relation_preload_options::preload_has_many_repeated_ordering_last_wins
- tests::relation_preload_options::preload_has_one_ordering_rejected
- tests::relation_preload_options::preload_modifiers_with_reserved_field_names
- tests::relation_preload_options::preload_nested_relations_ordered_at_each_level
- tests::relation_via_mutation_runtime_error::insert_on_multi_step_traversal_errors
- tests::scan_no_index::scan_limit_with_filter_returns_correct_count
- tests::scan_no_index::scan_no_filter
- tests::scan_no_index::scan_or_filter
- tests::scan_no_index::scan_order_by_is_error
- tests::scan_no_index::scan_order_by_sql
- tests::scan_no_index::scan_paginate_multi_page
- tests::scan_no_index::scan_with_limit
- tests::select_projection::select_const_preserves_pagination
- tests::select_projection::select_first
- tests::select_projection::select_first_no_match
- tests::select_projection::select_single_field
- tests::select_projection::select_tuple
- tests::select_projection::select_with_filter
- tests::select_projection_belongs_to::select_belongs_to
- tests::select_projection_embed::select_embed_subfield
- tests::select_projection_has_many::select_has_many
- tests::select_projection_has_one::select_has_one
- tests::starts_with::starts_with_case_sensitive
- tests::starts_with::starts_with_empty_prefix
- tests::starts_with::starts_with_empty_prefix_sql
- tests::starts_with::starts_with_no_match
- tests::starts_with::starts_with_non_key_attr
- tests::starts_with::starts_with_optional_field
- tests::starts_with::starts_with_partition_key_error
- tests::starts_with::starts_with_sort_key
- tests::starts_with::starts_with_special_chars
- tests::tx_atomic_stmt::create_with_has_many_rolls_back_on_failure
- tests::tx_atomic_stmt::create_with_has_one_rolls_back_on_failure
- tests::tx_atomic_stmt::multi_op_create_wraps_in_transaction
- tests::tx_atomic_stmt::rmw_condition_failure_issues_rollback_to_savepoint
- tests::tx_atomic_stmt::rmw_uses_savepoints
- tests::tx_atomic_stmt::single_op_skips_transaction
- tests::tx_atomic_stmt::update_with_new_association_rolls_back_on_failure
- tests::tx_interactive::builder_drop_rolls_back
- tests::tx_interactive::builder_on_connection_commit
- tests::tx_interactive::builder_on_db_commit
- tests::tx_interactive::builder_with_all_options
- tests::tx_interactive::builder_with_isolation_level
- tests::tx_interactive::builder_with_read_only
- tests::tx_interactive::cancel_queued_commit_keeps_connection_reusable
- tests::tx_interactive::commit_failure_rolls_back_before_connection_reuse
- tests::tx_interactive::commit_persists_data
- tests::tx_interactive::delete_rolled_back
- tests::tx_interactive::driver_sees_begin_commit
- tests::tx_interactive::driver_sees_begin_rollback
- tests::tx_interactive::drop_without_finalize_rolls_back
- tests::tx_interactive::multi_op_inside_tx_uses_savepoints
- tests::tx_interactive::multiple_ops_in_transaction
- tests::tx_interactive::nested_commit_both
- tests::tx_interactive::nested_driver_sees_rollback_to_savepoint
- tests::tx_interactive::nested_driver_sees_savepoint_ops
- tests::tx_interactive::nested_drop_rolls_back_savepoint
- tests::tx_interactive::nested_rollback_inner
- tests::tx_interactive::nested_rollback_outer
- tests::tx_interactive::read_your_writes
- tests::tx_interactive::rollback_discards_data
- tests::tx_interactive::rollback_failure_retries_before_connection_reuse
- tests::tx_interactive::transaction_via_dyn_executor
- tests::tx_interactive::two_sequential_nested_transactions
- tests::tx_interactive::update_inside_transaction
- tests::tx_interactive::update_rolled_back
- tests::tx_lock_mode::mode_exclusive_reaches_driver_and_commits
- tests::tx_lock_mode::mode_immediate_reaches_driver_and_commits
- tests::tx_lock_mode::mode_immediate_rejected_when_unsupported
- tests::type_bigdecimal::ty_bigdecimal
- tests::type_bigdecimal::ty_bigdecimal_as_numeric_arbitrary_precision
- tests::type_bigdecimal::ty_bigdecimal_as_numeric_fixed_precision
- tests::type_bigdecimal::ty_bigdecimal_as_text
- tests::type_collection::vec_date_create_get
- tests::type_collection::vec_datetime_create_get
- tests::type_collection::vec_string_apply_empty_is_noop
- tests::type_collection::vec_string_basic_mutations
- tests::type_collection::vec_string_contains_filter
- tests::type_collection::vec_string_create_get
- tests::type_collection::vec_string_intersects_filter
- tests::type_collection::vec_string_is_superset_filter
- tests::type_collection::vec_string_len_filter
- tests::type_collection::vec_string_pop_cases
- tests::type_collection::vec_string_remove_at_cases
- tests::type_collection::vec_string_remove_value_cases
- tests::type_collection::vec_string_unsupported_backend
- tests::type_collection::vec_string_update_replace
- tests::type_collection::vec_time_create_get
- tests::type_collection::vec_timestamp_create_get
- tests::type_collection::vec_zoned_create_get
- tests::type_decimal::ty_decimal
- tests::type_decimal::ty_decimal_as_numeric_arbitrary_precision
- tests::type_decimal::ty_decimal_as_numeric_fixed_precision
- tests::type_decimal::ty_decimal_as_text
- tests::type_decimal::ty_decimal_vec
- tests::type_document::document_field_through_include
- tests::type_document::document_in_column_expanded_embed
- tests::type_document::enum_inside_document_rejected
- tests::type_document::struct_embed_bytes_document_rejected
- tests::type_document::struct_embed_crud
- tests::type_document::struct_embed_filter
- tests::type_document::struct_embed_filter_decimal
- tests::type_document::struct_embed_filter_matches_column_case_sensitivity
- tests::type_document::struct_embed_filter_nested
- tests::type_document::struct_embed_filter_temporal
- tests::type_document::struct_embed_nested_document_field
- tests::type_document::struct_embed_temporal_create_get
- tests::type_document::struct_embed_timestamp_truncates_to_micros
- tests::type_document::struct_embed_update_returning_constantized
- tests::type_document::struct_embed_whole_value_filter_rejected
- tests::type_document::struct_embed_zoned_document_rejected
- tests::type_document::vec_struct_crud
- tests::type_document::vec_struct_option_field
- tests::type_document::vec_struct_unsupported_backend
- tests::type_document::vec_struct_without_attr
- tests::type_jiff::filter_by_timestamp
- tests::type_jiff::latest_by_timestamp
- tests::type_jiff::order_by_timestamp
- tests::type_jiff::ty_date
- tests::type_jiff::ty_date_as_text
- tests::type_jiff::ty_datetime
- tests::type_jiff::ty_datetime_as_text
- tests::type_jiff::ty_datetime_precision_2
- tests::type_jiff::ty_time
- tests::type_jiff::ty_time_as_text
- tests::type_jiff::ty_time_precision_2
- tests::type_jiff::ty_timestamp::id_u64
- tests::type_jiff::ty_timestamp::id_uuid
- tests::type_jiff::ty_timestamp_as_text::id_u64
- tests::type_jiff::ty_timestamp_as_text::id_uuid
- tests::type_jiff::ty_timestamp_precision_2
- tests::type_jiff::ty_zoned
- tests::type_net::explicit_native_network_columns
- tests::type_net::network_address_collection_round_trip
- tests::type_net::network_address_round_trip
- tests::type_primitives::ty_bytes
- tests::type_primitives::ty_i16
- tests::type_primitives::ty_i32
- tests::type_primitives::ty_i64
- tests::type_primitives::ty_i8
- tests::type_primitives::ty_isize
- tests::type_primitives::ty_smart_ptrs
- tests::type_primitives::ty_str
- tests::type_primitives::ty_u16
- tests::type_primitives::ty_u32
- tests::type_primitives::ty_u64
- tests::type_primitives::ty_u8
- tests::type_primitives::ty_usize
- tests::type_primitives::ty_uuid
- tests::type_serialize::json_custom_struct::id_u64
- tests::type_serialize::json_custom_struct::id_uuid
- tests::type_serialize::json_data_enum_field
- tests::type_serialize::json_native_nulls
- tests::type_serialize::json_native_round_trip
- tests::type_serialize::json_option_inside_json_null::id_u64
- tests::type_serialize::json_option_inside_json_null::id_uuid
- tests::type_serialize::json_option_outside_sql_null::id_u64
- tests::type_serialize::json_option_outside_sql_null::id_uuid
- tests::type_serialize::json_value_jsonb_native_round_trip
- tests::type_serialize::json_value_native_nulls
- tests::type_serialize::json_value_native_round_trip
- tests::type_serialize::json_vec_string::id_u64
- tests::type_serialize::json_vec_string::id_uuid
- tests::type_serialize::jsonb_native_round_trip