dhumphreys / cfrel

ColdFusion Relational Algebra Framework
16 stars 5 forks source link

Allow model objects to be pulled from query-of-queries #27

Closed dhumphreys closed 13 years ago

dhumphreys commented 13 years ago

Currently, model("user").order("fullName ASC").qoq().where(username="dhumphreys").object() will not return a cfwheels model object, because the model reference is not carried through to query-of-query relations.