-
Type:
Feature Request
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution:
Out of Date
-
Affects Version/s: 4.2.1.008
-
Fix Version/s: None
-
Labels:None
From https://bugbase.adobe.com/index.cfm?event=bug&id=3861312:
CFML's QoQ is very limited in how it can join queries:
- only two queries
- only old-school filter joins (eg: from q1, q2 where q1.pk=q2.fk)
- no outer joins
This implementation is lovely for a proof of concept, but it's not really production-ready. And it's been like this since forever.
It's about time QoQ got a second tranche of development.