dhumphreys / cfrel

ColdFusion Relational Algebra Framework
16 stars 5 forks source link

fix for issue #42 so that when a relation creates a query it gets saved ... #43

Closed liferealized closed 12 years ago

liferealized commented 12 years ago

...properly in the request.wheels scope to use with helpers

dhumphreys commented 12 years ago

Super work. Just FYI I am in the middle of a large performance and structuring rewrite. You can find most of the work in the branch: https://github.com/dhumphreys/cfrel/tree/37-performance-rewrite and in issue #37. These fixes are fine for the development branch, but anything too complex will have to be re-factored to work in the new branch. If you want, I can just make that determination after you send a pull request. Thanks for all you are doing!

liferealized commented 12 years ago

Any idea when the performance rewrite will be close to done?

dhumphreys commented 12 years ago

I don't know yet. A whole lot of it is done, and the next commit will contain all of the mapping changes that will remove an entire tree traversal from each query.

The main problem is right now I'm working my job, taking 18 hours of school, and writing my undergrad thesis until December. I've got to just play it by ear with my opensource stuff. But should have some time tonight and tomorrow to get the mapping changes done..