You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there.
I added some tests for findSingleAttributeList in Class TestQuerySingleAttribute.
Focus are queries on oneToMany relations (Query on customer, oneToMany-Field: orders.status)
some queries don't work as they produce invalid sql
some queries deliver wrong result
I'd ask to focus on 1 thing / 1 failing test and generally include an assert on the expected SQL and for a case where the SQL is not what is expected put a comment in for what the invalid SQL produced is.
Can you pick one failing case and produce a PR for that?
Hi there.
I added some tests for findSingleAttributeList in Class TestQuerySingleAttribute.
Focus are queries on oneToMany relations (Query on customer, oneToMany-Field: orders.status)
some queries don't work as they produce invalid sql
some queries deliver wrong result
See PR in our fork: FOCONIS#68
The text was updated successfully, but these errors were encountered: