<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc = "http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
	<channel rdf:about="http://livedocs.adobe.com/">
	<title>LiveDocs Comments - coldfusion - 6.1 - htmldocs - functa53.htm</title>	
		<link>http://livedocs.adobe.com/</link>
		<description>Macromedia LiveDocs - online documentation with user feedback.</description>
		<copyright>Copyright 2009, Macromedia, Inc.</copyright>
		<dc:date>2009-11-26T07:02:35</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functa53.htm#33229" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functa53.htm#29559" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functa53.htm#9999" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functa53.htm#5124" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functa53.htm#5119" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functa53.htm#33229">
		<title>coldfusion/6.1/htmldocs/functa53.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functa53.htm#33229</link>
		<description>Mike, what you describe as a bug in the way PreserveSingleQuotes() works in queries is actually a feature. One of the reasons it exists is to allow one to generate SQL code on the fly and embed it into a query.</description>
		<dc:creator>hereticmessiah</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-05-10T10:28:16</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functa53.htm#29559">
		<title>coldfusion/6.1/htmldocs/functa53.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functa53.htm#29559</link>
		<description>preserveSingleQuotes() also has an issue taking the output of a function call as well.  Which when compounded with the fact that function call output doesn't get escaped in a cfquery (see cfquery comment I made) this presents a coding nightmare.</description>
		<dc:creator>Mike@Jobscience</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-03-11T15:20:03</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functa53.htm#9999">
		<title>coldfusion/6.1/htmldocs/functa53.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functa53.htm#9999</link>
		<description>in the example:&lt;br /&gt;&lt;cfset list0 = &quot; '1','2''3' &quot;&gt;&lt;br /&gt;is missing a comma between 2 and 3</description>
		<dc:creator>MFI</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-03-07T08:37:11</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functa53.htm#5124">
		<title>coldfusion/6.1/htmldocs/functa53.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functa53.htm#5124</link>
		<description>There appears to be a parsing problem in parsing PreserveSingleQuotes&lt;br&gt;This has been submitted as ColdFusion Bug number 53977.</description>
		<dc:creator>halL</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2004-01-13T06:30:02</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functa53.htm#5119">
		<title>coldfusion/6.1/htmldocs/functa53.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functa53.htm#5119</link>
		<description>preserveSingleQuotes seems to not like complex variables as arguments.  Consider this code&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;cfscript&gt;&lt;br /&gt;	foo = structNew();&lt;br /&gt;	foo.key1 = &quot;value1&quot;;&lt;br /&gt;	foo.key2 = &quot;value2&quot;;&lt;br /&gt;&lt;/cfscript&gt;&lt;br /&gt;&lt;br /&gt;&lt;cfloop collection=&quot;#foo#&quot; item=&quot;key&quot;&gt;&lt;br /&gt;	&lt;cfoutput&gt;&lt;br /&gt;		#key# = #foo[key]#&lt;br /&gt;&lt;br /&gt;	&lt;/cfoutput&gt;&lt;br /&gt;&lt;/cfloop&gt;&lt;br /&gt;&lt;hr&gt;&lt;br /&gt;&lt;cfloop collection=&quot;#foo#&quot; item=&quot;key&quot;&gt;&lt;br /&gt;	&lt;cfoutput&gt;&lt;br /&gt;		#key# = #trim(foo[key])#&lt;br /&gt;&lt;br /&gt;	&lt;/cfoutput&gt;&lt;br /&gt;&lt;/cfloop&gt;&lt;br /&gt;&lt;hr&gt;&lt;br /&gt;&lt;cfloop collection=&quot;#foo#&quot; item=&quot;key&quot;&gt;&lt;br /&gt;	&lt;cfoutput&gt;&lt;br /&gt;		#key# = #preserveSingleQuotes(foo[key])#&lt;br /&gt;&lt;br /&gt;	&lt;/cfoutput&gt;&lt;br /&gt;&lt;/cfloop&gt;</description>
		<dc:creator>nathandintenfas s</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-01-12T15:05:20</dc:date>
	</item>
	</rdf:RDF>

