ash_postgres/test
2024-05-07 20:01:29 -04:00
..
support fix: properly handle multiple sorts in aggregate 2024-02-29 13:42:42 -05:00
aggregate_test.exs fix: don't fail on aggregate query generation 2024-03-20 18:37:38 -04:00
ash_postgres_test.exs test: add some tests for atomics 2024-02-15 10:54:20 -05:00
atomics_test.exs
bulk_create_test.exs
bulk_destroy_test.exs fix: ensure select is properly set on delete_all 2024-02-21 16:37:28 -05:00
bulk_update_test.exs fix: prevent ecto/pg from getting confused about the type of maps 2024-03-06 08:23:56 -05:00
calculation_test.exs fix: properly use ash_postgres_subquery callback for exists on manual relationships 2024-05-02 01:22:14 -04:00
complex_calculations_test.exs improvement: support directly referencing aggregates from aggregates 2023-12-23 10:39:54 -05:00
composite_type_test.exs
constraint_test.exs
custom_index_test.exs
distinct_test.exs fix: Correct the matching used in building a distinct expression (#196) 2024-01-26 15:04:54 -05:00
ecto_compatibility_test.exs
embeddable_resource_test.exs
enum_test.exs
error_expr_test.exs improvement: support new return_query/2 callback 2023-12-29 21:49:34 -05:00
filter_field_policy_test.exs test: add test for filter policy on bulk actions 2024-02-14 17:54:28 -05:00
filter_test.exs test: filter by has_one from_many? (#209) 2024-02-19 09:04:14 -05:00
load_test.exs chore: credo, dialyzer, format 2024-01-10 08:34:23 -05:00
lock_test.exs
manual_relationships_test.exs fix: don't use fragment("1") because ecto requires a proper source 2024-05-07 20:01:29 -04:00
manual_update_test.exs test: add failing test to demo bug with changeset loading related data (#200) 2024-01-30 20:04:42 -05:00
migration_generator_test.exs Fix: undo default of nulls_distinct option to true (#223) 2024-03-20 12:01:53 -04:00
multitenancy_test.exs
polymorphism_test.exs
primary_key_test.exs
references_test.exs
rel_with_parent_filter_test.exs test: update tests to demonstrate streaming update 2024-02-10 18:31:34 -05:00
schema_test.exs
select_test.exs
sort_test.exs
subquery_test.exs test: test improvements, regression test 2024-02-28 21:24:31 -05:00
test_helper.exs
transaction_test.exs
type_test.exs
unique_identity_test.exs
upsert_test.exs