<?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: SQL Injection – the golden rule	</title>
	<atom:link href="https://lobsterpot.com.au/blog/2015/02/10/sql-injection-the-golden-rule/feed/" rel="self" type="application/rss+xml" />
	<link>https://lobsterpot.com.au/blog/2015/02/10/sql-injection-the-golden-rule/</link>
	<description></description>
	<lastBuildDate>Wed, 29 Dec 2021 16:33:46 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Steven		</title>
		<link>https://lobsterpot.com.au/blog/2015/02/10/sql-injection-the-golden-rule/#comment-2548</link>

		<dc:creator><![CDATA[Steven]]></dc:creator>
		<pubDate>Wed, 29 Dec 2021 16:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.lobsterpot.com.au/?p=3423#comment-2548</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://lobsterpot.com.au/blog/2015/02/10/sql-injection-the-golden-rule/#comment-2545&quot;&gt;Rich&lt;/a&gt;.

Found a typo in your “typo” reply. Mising should be missing.]]></description>
			<content:encoded><![CDATA[<p>Found a typo in your “typo” reply. Mising should be missing.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Em desenvolvimento		</title>
		<link>https://lobsterpot.com.au/blog/2015/02/10/sql-injection-the-golden-rule/#comment-2547</link>

		<dc:creator><![CDATA[Em desenvolvimento]]></dc:creator>
		<pubDate>Tue, 02 Apr 2019 12:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.lobsterpot.com.au/?p=3423#comment-2547</guid>

					<description><![CDATA[[&#8230;] SQL Injection – the golden rule [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] SQL Injection – the golden rule [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rob Farley		</title>
		<link>https://lobsterpot.com.au/blog/2015/02/10/sql-injection-the-golden-rule/#comment-2546</link>

		<dc:creator><![CDATA[Rob Farley]]></dc:creator>
		<pubDate>Sat, 21 Feb 2015 04:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.lobsterpot.com.au/?p=3423#comment-2546</guid>

					<description><![CDATA[Ah yes. Thanks Rich. :)]]></description>
			<content:encoded><![CDATA[<p>Ah yes. Thanks Rich. 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rich		</title>
		<link>https://lobsterpot.com.au/blog/2015/02/10/sql-injection-the-golden-rule/#comment-2545</link>

		<dc:creator><![CDATA[Rich]]></dc:creator>
		<pubDate>Fri, 20 Feb 2015 17:54:05 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.lobsterpot.com.au/?p=3423#comment-2545</guid>

					<description><![CDATA[Found a couple of typos in your code that prevent it from executing:
&#034;where object_id = object_id(@tablename) and name = @fitercol; &#034;
should be @filtercol (mising the &#034;l&#034;)
and I believe you&#039;ll need an &#034;N&#034; in the sp_executesql statement for the parameter @val, as sp_executesql requires Unicode parameters.]]></description>
			<content:encoded><![CDATA[<p>Found a couple of typos in your code that prevent it from executing:<br />
&quot;where object_id = object_id(@tablename) and name = @fitercol; &quot;<br />
should be @filtercol (mising the &quot;l&quot;)<br />
and I believe you&#8217;ll need an &quot;N&quot; in the sp_executesql statement for the parameter @val, as sp_executesql requires Unicode parameters.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: KRK		</title>
		<link>https://lobsterpot.com.au/blog/2015/02/10/sql-injection-the-golden-rule/#comment-2544</link>

		<dc:creator><![CDATA[KRK]]></dc:creator>
		<pubDate>Fri, 20 Feb 2015 02:45:54 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.lobsterpot.com.au/?p=3423#comment-2544</guid>

					<description><![CDATA[Succinct Quote to explain SQL Injection.
Thank you.]]></description>
			<content:encoded><![CDATA[<p>Succinct Quote to explain SQL Injection.<br />
Thank you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: pmbAustin		</title>
		<link>https://lobsterpot.com.au/blog/2015/02/10/sql-injection-the-golden-rule/#comment-2543</link>

		<dc:creator><![CDATA[pmbAustin]]></dc:creator>
		<pubDate>Fri, 13 Feb 2015 19:35:02 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.lobsterpot.com.au/?p=3423#comment-2543</guid>

					<description><![CDATA[Excellent post, thanks for this! &#160;I&#039;ll be sharing this page liberally :-)]]></description>
			<content:encoded><![CDATA[<p>Excellent post, thanks for this! &nbsp;I&#8217;ll be sharing this page liberally 🙂</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
