Closed pounard closed 3 years ago
Some method signatures requires that you provide a Query object, using a RawQuery which contains arbitrary SQL from the API user could do the trick.
The bare minimum was done, now we have to deal with aliases when necessary. I guess we'll find use cases where it doesn't work using it in real life situations, then fix it as bugs.
Some method signatures requires that you provide a Query object, using a RawQuery which contains arbitrary SQL from the API user could do the trick.