OR condition
#49
|
Can't find how to filter queryset with OR condition? I've try the sqlalchemy style ( |
Answered by
tarsil
Nov 27, 2023
Replies: 2 comments
|
@rorik302 actually that functionality is being developed as we speak. There was a limitation from the core that was fixed in the last release of SQLA that didn't allow Edgy to have it 100% but this week the OR functionality should be out already. |
0 replies
Answer selected by
rorik302
|
@rorik302 this was now released the in version 0.7.0 👍🏼 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@rorik302 actually that functionality is being developed as we speak. There was a limitation from the core that was fixed in the last release of SQLA that didn't allow Edgy to have it 100% but this week the OR functionality should be out already.