dhumphreys / cfrel

ColdFusion Relational Algebra Framework
16 stars 5 forks source link

Return unexecuted relations when calling findAll(returnAs="relation") #36

Open dhumphreys opened 13 years ago

dhumphreys commented 13 years ago

Currently, you can return a relation from findAll, but it has already been executed. In order to enable a lot more useful relation functionality later, it would be nice to change the plugin so that relations are not executed.