|
|
|
|
|
by Eric_WVGG
652 days ago
|
|
I love your syntax for joins and unions! A bit puzzled by why the connector slots into the query, instead of the query slotting into the connector, given that it’s the connector that’s actually doing the work. I.e.
‘connector.fetch(query)‘
… rather than…
‘query.fetch(connector)‘ |
|
But I might be wrong, your idea makes more sense from logical perspective.