ash_postgres/test
Zach Daniel f6b1aa3d29 fix: ensure we don't duplicate selects on destroy_query calls
we fixed this by combining the logic for query building for bulk destroys
and bulk updates
2024-05-06 11:27:13 -04:00
..
support feat: add timestamptz types (#266) 2024-05-05 06:08:21 -04:00
aggregate_test.exs fix: handle missing aggregate relationships and fields better in transformers 2024-04-22 20:42:11 -04:00
ash_postgres_test.exs
atomics_test.exs
bulk_create_test.exs chore: add failing test for bulk actions and non-null violations (#260) 2024-05-02 20:31:35 -04:00
bulk_destroy_test.exs fix: ensure we don't duplicate selects on destroy_query calls 2024-05-06 11:27:13 -04:00
bulk_update_test.exs feat: add timestamptz types (#266) 2024-05-05 06:08:21 -04:00
calculation_test.exs feat: test with calculations using exists (#240) 2024-05-03 12:31:42 -04:00
complex_calculations_test.exs
composite_type_test.exs
constraint_test.exs
custom_index_test.exs
destroy_test.exs
distinct_test.exs
ecto_compatibility_test.exs
embeddable_resource_test.exs
enum_test.exs
error_expr_test.exs
filter_field_policy_test.exs
filter_test.exs test: add tests for fix in ash_sql around actor refs in relationships 2024-05-01 08:27:49 -04:00
load_test.exs
lock_test.exs
manual_relationships_test.exs chore: update ash_sql for bug fix 2024-05-02 01:40:32 -04:00
manual_update_test.exs
migration_generator_test.exs
multitenancy_test.exs fix: update ash & fix subquery sort references 2024-05-03 00:02:04 -04:00
polymorphism_test.exs
primary_key_test.exs
references_test.exs
rel_with_parent_filter_test.exs
schema_test.exs
select_test.exs
sort_test.exs
subquery_test.exs
test_helper.exs
transaction_test.exs
type_test.exs
unique_identity_test.exs
upsert_test.exs