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
This seems like a major issue for me - because it doesn't allow me to chain my filters easily.
Am I missing something ? I was planning on adding smart_query to my BaseQuery in sqlalchemy and use that - but this makes it difficult for me to chain my filters
The text was updated successfully, but these errors were encountered:
I have the following db structure:
And I was trying to do something like the following in django:
And I tried the following in smart_query, and found that it was doing 2 joins - while Django does just 1 join
This seems like a major issue for me - because it doesn't allow me to chain my filters easily.
Am I missing something ? I was planning on adding
smart_query
to my BaseQuery in sqlalchemy and use that - but this makes it difficult for me to chain my filtersThe text was updated successfully, but these errors were encountered: