✔ has_one sort bug
Completed by 이재철
- Assigned to
-
이재철
Comments & Events
이재철 moved
this card to In progress.
https://github.com/jechol/ash_sql_has_one_sort_bug
ash_postgres 의 data_layer.ex 의 lateral_join_query 함수에서 distinct 가 붙어서 생기는 문제
ash_postgres 의 data_layer.ex distinct: true 가 문제
Ash.Query.data_layer_query 에서 ash_query -> data_layer_query 로 변환하면서 문제 발생.
Ash.DataLayer.filter(query, ash_query.filter, ash_query.resource) 에서 distinct 가 추가됨
AshSql.Join.join_all_relationships(filter, opts) 에서 추가됨
defp add_distinct
이재철 moved
this card to Done.
이재철 completed this card.