Closed jcoveney-anchorzero closed 3 months ago
Sorry for the slow reply.
This is a limitation of the API, which would be really good (but as far as I can see not at all easy) to fix.
There is a workaround, as discussed in #62, but it may not be fast enough for you.
let's say I have two tables
and
and there is a foreign key relationship between table_a and table_b, though that doesn't really affect the following query I suppose!
let's say I have a query as follows
my goal is to sort this by table_b.name....as far as I know, it's not possible to do this, at least, I haven't figured out a syntax to do it. is this currently possible? or a limitation of the select API?
thank you very much