ash_postgres/test
2024-02-21 14:03:28 -05:00
..
support
aggregate_test.exs improvement: optimize aggregate query filtering 2024-02-21 14:03:28 -05:00
ash_postgres_test.exs
atomics_test.exs improvement: support atomics on upserts 2023-10-11 15:17:50 -04:00
bulk_create_test.exs
bulk_destroy_test.exs fix: handle non-inner joins in delete_all 2024-02-19 13:29:41 -05:00
bulk_update_test.exs fix: don't update_all or delete_all with order_by 2024-02-19 12:40:26 -05:00
calculation_test.exs
complex_calculations_test.exs
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 Add failing test for inserting via Ecto.Repo.insert! 2023-01-30 10:40:45 +10:00
embeddable_resource_test.exs
enum_test.exs
error_expr_test.exs
filter_field_policy_test.exs
filter_test.exs test: filter by has_one from_many? (#209) 2024-02-19 09:04:14 -05:00
load_test.exs
lock_test.exs
manual_relationships_test.exs
manual_update_test.exs
migration_generator_test.exs fix: properly alter renaming attributes in migration generator 2024-02-15 09:23:48 -05:00
multitenancy_test.exs improvement: support aggregates using other aggregates 2023-12-22 21:14:40 -05:00
polymorphism_test.exs
primary_key_test.exs
references_test.exs
rel_with_parent_filter_test.exs
schema_test.exs
select_test.exs improvement: support new ash select feature 2021-04-09 00:53:50 -04:00
sort_test.exs
subquery_test.exs
test_helper.exs
transaction_test.exs
type_test.exs
unique_identity_test.exs
upsert_test.exs