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
{{ message }}
This repository was archived by the owner on Feb 4, 2022. It is now read-only.
ATM query object types are checked against concrete classes throughout the whole code base, e.g. instanceof DatabaseQuerySelect. Instead these checks should be made against interfaces which would effectively improve flexibility, e.g. making it possible specialise queries through object decoration.