ash_postgres/test
2023-04-20 11:37:46 -06:00
..
support chore: release version v1.3.19 2023-04-07 11:05:38 -04:00
aggregate_test.exs fix: don't use :distinct when uniq? is not true 2023-02-17 15:21:50 -05:00
ash_postgres_test.exs chore: fix tests 2022-11-30 20:59:18 -05:00
calculation_test.exs test: add test for runtime calculation using query 2023-04-20 11:37:46 -06: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: handle combinations of distinct & sort 2022-05-10 22:48:04 -04: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
filter_test.exs improvement: add like and ilike 2022-12-21 16:12:49 -05:00
load_test.exs test: add test for code interface 2022-10-31 11:53:03 -04:00
manual_relationships_test.exs fix: properly type cast top level fragments 2022-09-21 13:36:18 -04:00
migration_generator_test.exs improvement: use digraph for operation ordering 2023-04-11 17:41:53 -04:00
multitenancy_test.exs fix: properly type cast top level fragments 2022-09-21 13:36:18 -04:00
polymorphism_test.exs improvement: support calculation sorts 2021-06-05 18:13:20 -04:00
primary_key_test.exs chore: Test creating resource with uuid or integer primary key (#48) 2021-03-29 11:03:45 -04:00
schema_test.exs fix: properly type cast top level fragments 2022-09-21 13:36:18 -04:00
select_test.exs improvement: support new ash select feature 2021-04-09 00:53:50 -04:00
sort_test.exs improvement: distinct on source of query, not relationship destination 2022-12-15 17:16:53 -05:00
test_helper.exs feat: support expression based calculations 2021-06-04 01:48:35 -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