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
SELECT*FROM (`my_table`) WHERE ( `a`='a'OR ( `b`='b'AND`c`='c' ) ) AND`d`='d'
I'm focusing on getting some bugs fixed and adding support for MS SQL at the moment, but, we can add this as an enhancement request for a later release of v2... say, maybe, a v2.1 or something.
Once v2 is out, I'd be open to pull requests from anyone wanting this feature.
It would be helpful if we could push and pop where statements.
The text was updated successfully, but these errors were encountered: