ash_postgres/test
Zach Daniel 9f1936aef4 fix: ensure that identities are dropped when where/nils_distinct? are changed
fix: ensure that `where` is wrapped in parenthesis
2024-05-28 13:52:53 -04:00
..
support improvement: update ash and support new identity features 2024-05-24 01:14:55 -04:00
aggregate_test.exs
ash_postgres_test.exs test: update test to run authorization 2024-05-16 09:53:19 -05:00
atomics_test.exs fix: handle complex maps/list on update 2024-05-22 17:47:10 -04:00
bulk_create_test.exs
bulk_destroy_test.exs chore: fix bulk destroy tests (#290) 2024-05-16 15:48:38 -05:00
bulk_update_test.exs
calculation_test.exs fix: ensure update's reselect all changing values 2024-05-23 18:42:06 -04:00
complex_calculations_test.exs test: add failing test to demonstrate an error with nested aggregates (#295) 2024-05-20 22:42:44 -04:00
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 fix: handle complex maps/list on update 2024-05-22 17:47:10 -04:00
load_test.exs chore: add tests for paginated relationship count (#294) 2024-05-20 22:42:56 -04:00
lock_test.exs
manual_relationships_test.exs
manual_update_test.exs
migration_generator_test.exs fix: ensure that identities are dropped when where/nils_distinct? are changed 2024-05-28 13:52:53 -04:00
mix_squash_snapshots_test.exs improvement: add ash_postgres.squash_snapshots mix task (#302) 2024-05-27 09:45:02 -04:00
multitenancy_test.exs
polymorphism_test.exs
primary_key_test.exs
references_test.exs
rel_with_parent_filter_test.exs
schema_test.exs
select_test.exs improvement!: 3.0 (#227) 2024-03-27 16:52:28 -04:00
sort_test.exs
subquery_test.exs
test_helper.exs
transaction_test.exs
type_test.exs
unique_identity_test.exs
upsert_test.exs