ash_postgres/test
2024-02-14 11:04:06 -05:00
..
support chore: update ash, add tests for field policies 2024-02-14 11:04:06 -05:00
aggregate_test.exs improvement: support join_filters on aggregates 2024-01-11 22:30:35 -05:00
ash_postgres_test.exs chore: fix tests 2022-11-30 20:59:18 -05:00
atomics_test.exs improvement: support atomics on upserts 2023-10-11 15:17:50 -04:00
bulk_create_test.exs improvement: support atomics on upserts 2023-10-11 15:17:50 -04:00
bulk_destroy_test.exs test: add new test verifying batch destroy behavior 2024-02-01 13:09:06 -05:00
bulk_update_test.exs test: update tests to demonstrate streaming update 2024-02-10 18:31:34 -05:00
calculation_test.exs test: add test reproducing ash core fix for expression calculations 2024-01-30 16:39:17 -05:00
complex_calculations_test.exs improvement: support directly referencing aggregates from aggregates 2023-12-23 10:39:54 -05:00
composite_type_test.exs improvement: support composite_type/2 expression 2023-11-29 09:57:10 -05:00
constraint_test.exs feat: add check_constraints, both for validation and migrations 2021-04-19 14:26:41 -04:00
custom_index_test.exs improvement: add unique constraints to changeset for custom unique indexes 2022-11-25 14:06:22 -05:00
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 test: add test confirming embedded array behavior 2022-12-18 02:35:42 -05:00
enum_test.exs improvement: support ash enums 2021-04-21 13:50:11 -04:00
error_expr_test.exs improvement: support new return_query/2 callback 2023-12-29 21:49:34 -05:00
filter_field_policy_test.exs chore: update ash, add tests for field policies 2024-02-14 11:04:06 -05:00
filter_test.exs fix: properly join to related references in relationship filters 2023-10-24 12:25:23 -04:00
load_test.exs chore: credo, dialyzer, format 2024-01-10 08:34:23 -05:00
lock_test.exs improvement: raise better errors on conflicting locks 2023-05-17 13:17:37 -04:00
manual_relationships_test.exs fix: properly type cast top level fragments 2022-09-21 13:36:18 -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: keep fields of custom_index in format that they were provided (#195) 2024-01-22 11:32:34 -05:00
multitenancy_test.exs improvement: support aggregates using other aggregates 2023-12-22 21:14:40 -05:00
polymorphism_test.exs improvement: support calculation sorts 2021-06-05 18:13:20 -04:00
primary_key_test.exs improvement: Allow resources to opt out of the primary key requirement. (#166) 2023-09-06 01:18:57 -04:00
references_test.exs improvement: allow specifying multi-column foreign keys (#180) 2023-11-20 16:52:50 -05:00
rel_with_parent_filter_test.exs test: update tests to demonstrate streaming update 2024-02-10 18:31:34 -05:00
schema_test.exs test: update incorrect test 2023-05-30 22:24:22 -04:00
select_test.exs improvement: support new ash select feature 2021-04-09 00:53:50 -04:00
sort_test.exs improvement: support a 2 argument function for the repo option 2023-11-14 10:56:22 -05:00
subquery_test.exs fix: properly build subqueries when required for relationship queries 2024-01-30 15:21:59 -05:00
test_helper.exs improvement: raise better errors on conflicting locks 2023-05-17 13:17:37 -04:00
transaction_test.exs improvement: update ash 2023-04-04 21:49:24 -04:00
type_test.exs improvement: handle UUID types better 2022-10-17 08:40:32 -05:00
unique_identity_test.exs fix: support upsert_identity with base_filter 2022-07-01 19:12:14 -04:00
upsert_test.exs improvement: avg/min/max/custom aggregate support 2022-12-07 20:32:38 -05:00