russplaysguitar / UnderscoreCF

An UnderscoreJS port for Coldfusion. Functional programming library.
http://russplaysguitar.github.com/UnderscoreCF/
MIT License
89 stars 38 forks source link

XML support for toQuery() #27

Closed russplaysguitar closed 11 years ago

russplaysguitar commented 11 years ago

Add XML support for toQuery. See: http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec133ba-7fbe.html

russplaysguitar commented 11 years ago

I'm not convinced that this is worth it. The code for toQuery is really concise right now and adding XML support mucks up the logic for the end user. Also, I can't decide whether to flatten the XML into a single query or have nested queries. Closing for now...