ash_postgres/test
2023-10-10 14:16:25 -04:00
..
support improvement: support to-one references in calculations 2023-10-09 18:57:06 -04:00
aggregate_test.exs chore: handle ci_string type as storage type 2023-10-10 14:16:25 -04:00
ash_postgres_test.exs
atomics_test.exs chore: update tests for latest ash atomics support 2023-08-31 11:47:15 -04:00
bulk_create_test.exs fix: properly handle nested aggregate references 2023-06-05 18:35:22 -04:00
calculation_test.exs improvement: support to-one references in calculations 2023-10-09 18:57:06 -04:00
complex_calculations_test.exs fix: handle case where multiple grouped aggregates depend on further aggregates 2023-08-16 23:02:56 -04:00
constraint_test.exs
custom_index_test.exs
distinct_test.exs fix: handle interaction between distinct, join filters and sort 2023-08-04 22:52:56 -04:00
ecto_compatibility_test.exs
embeddable_resource_test.exs
enum_test.exs
filter_test.exs fix: raise better error on invalid filter values 2023-06-28 11:29:54 -04:00
load_test.exs improvement: support the new parent/1 expr in relationships 2023-07-26 17:32:09 -04:00
lock_test.exs improvement: raise better errors on conflicting locks 2023-05-17 13:17:37 -04:00
manual_relationships_test.exs
migration_generator_test.exs * improvement: in multitenant resources migration's generation, check if the relationship points at the primary key of the target then not adding the multitenancy attribute (#144 and #157) 2023-09-25 15:33:28 -04:00
multitenancy_test.exs
polymorphism_test.exs
primary_key_test.exs improvement: Allow resources to opt out of the primary key requirement. (#166) 2023-09-06 01:18:57 -04:00
schema_test.exs test: update incorrect test 2023-05-30 22:24:22 -04:00
select_test.exs
sort_test.exs
test_helper.exs improvement: raise better errors on conflicting locks 2023-05-17 13:17:37 -04:00
transaction_test.exs
type_test.exs
unique_identity_test.exs
upsert_test.exs