cannot Using .add_select()
with .with_()
#813
Labels
bug
An existing feature is not working as intended
.add_select()
with .with_()
#813
Describe the bug
I have a
HasMany
relation which I am calling it bywith_()
and I want to have.addselect()
but it throws errorgetattr(): attribute name must be string
... you can only have.addselect()
orwith_()
in your query but not bothTo Reproduce
Expected behavior
What do you believe should be happening?
It should work
What database are you using?
The text was updated successfully, but these errors were encountered: