<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: CFSCRIPT-based Query of Queries Gotcha</title>
	<atom:link href="http://www.barneyb.com/barneyblog/2011/10/19/cfscript-based-query-of-queries-gotcha/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.barneyb.com/barneyblog/2011/10/19/cfscript-based-query-of-queries-gotcha/</link>
	<description>Thoughts, rants, and even some code from the mind of Barney Boisvert.</description>
	<lastBuildDate>Thu, 11 Sep 2014 09:58:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: barneyb</title>
		<link>https://www.barneyb.com/barneyblog/2011/10/19/cfscript-based-query-of-queries-gotcha/comment-page-1/#comment-280760</link>
		<dc:creator>barneyb</dc:creator>
		<pubDate>Wed, 19 Oct 2011 21:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=1740#comment-280760</guid>
		<description>Justin,

C4X-style stuff would be quite nice.  I wrote a JS implementation of something very similar a number of years ago.  But unfortunately it&#039;s messy, and with the need for functions to be loaded into every scope you want to use them on, it quickly becomes ungainly to have that sort of in-code preprocessing.  Far better if Adobe had given us compiler directives instead of a CFC.</description>
		<content:encoded><![CDATA[<p>Justin,</p>
<p>C4X-style stuff would be quite nice.  I wrote a JS implementation of something very similar a number of years ago.  But unfortunately it's messy, and with the need for functions to be loaded into every scope you want to use them on, it quickly becomes ungainly to have that sort of in-code preprocessing.  Far better if Adobe had given us compiler directives instead of a CFC.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Carter</title>
		<link>https://www.barneyb.com/barneyblog/2011/10/19/cfscript-based-query-of-queries-gotcha/comment-page-1/#comment-280759</link>
		<dc:creator>Justin Carter</dc:creator>
		<pubDate>Wed, 19 Oct 2011 21:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=1740#comment-280759</guid>
		<description>Without sounding too harsh, I think queries in script are just slow and broken in all senses of performance, maintainability and readability :P

People are probably sick of me saying it, but I want CFML tag literals, particularly for queries and custom tags.

 http://www.madfellas.com/blog/index.cfm/2011/1/26/Using-CFML-tags-in-cfscript-C4X-prototype</description>
		<content:encoded><![CDATA[<p>Without sounding too harsh, I think queries in script are just slow and broken in all senses of performance, maintainability and readability :P</p>
<p>People are probably sick of me saying it, but I want CFML tag literals, particularly for queries and custom tags.</p>
<p> <a href="http://www.madfellas.com/blog/index.cfm/2011/1/26/Using-CFML-tags-in-cfscript-C4X-prototype" rel="nofollow">http://www.madfellas.com/blog/index.cfm/2011/1/26/Using-CFML-tags-in-cfscript-C4X-prototype</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan G. Switzer, II</title>
		<link>https://www.barneyb.com/barneyblog/2011/10/19/cfscript-based-query-of-queries-gotcha/comment-page-1/#comment-280750</link>
		<dc:creator>Dan G. Switzer, II</dc:creator>
		<pubDate>Wed, 19 Oct 2011 20:21:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=1740#comment-280750</guid>
		<description>I actually wrote my own implementation of the Query.cfc to use in a CF8 project. I modeled my code after the CF9 Query.cfc, but wrote it from scratch to fix some issues I had w/the code (one of which was scoping.)

Hopefully one day I&#039;ll be able to release it as OS.</description>
		<content:encoded><![CDATA[<p>I actually wrote my own implementation of the Query.cfc to use in a CF8 project. I modeled my code after the CF9 Query.cfc, but wrote it from scratch to fix some issues I had w/the code (one of which was scoping.)</p>
<p>Hopefully one day I'll be able to release it as OS.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
