ash_postgres/test
Eduardo B. Alexandre d5d312de56 feat: Add unit test to check lateral joins
with custom schemas and tables
2024-01-10 08:19:10 -05:00
..
support feat: Add unit test to check lateral joins 2024-01-10 08:19:10 -05:00
aggregate_test.exs chore: improve matrix behavior and update exists tests 2023-11-17 07:10:37 -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 improvement: support new bulk operations 2023-12-31 08:40:30 -05:00
bulk_update_test.exs improvement: support new bulk operations 2023-12-31 08:40:30 -05:00
calculation_test.exs test: add some tests for aggregate refs in calcs 2024-01-10 07:22:25 -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
distinct_test.exs
ecto_compatibility_test.exs
embeddable_resource_test.exs
enum_test.exs
error_expr_test.exs improvement: support new return_query/2 callback 2023-12-29 21:49:34 -05:00
filter_test.exs
load_test.exs feat: Add unit test to check lateral joins 2024-01-10 08:19:10 -05: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: allow specifying multi-column foreign keys (#180) 2023-11-20 16:52:50 -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
references_test.exs improvement: allow specifying multi-column foreign keys (#180) 2023-11-20 16:52:50 -05:00
schema_test.exs
select_test.exs
sort_test.exs
test_helper.exs
transaction_test.exs
type_test.exs
unique_identity_test.exs
upsert_test.exs