Inconsistency between documentation and actual ash_postgres_subquery
type
#459
Labels
bug
Something isn't working
ash_postgres_subquery
type
#459
When talking about manual relationships in the HexDocs and in the behavior reference manual the return type of
ash_postgres_subquery
is said to be of the type{:ok, Ecto.Query.t()} | {:error, error}
, when in reality when used in the library its implicit type is justEcto.Query.t()
ash_postgres/lib/data_layer.ex
Lines 1032 to 1058 in 8e59757
The text was updated successfully, but these errors were encountered: