<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for use strict;</title>
	<link>http://www.joelango.com</link>
	<description>Life is too short to write bad SQL.</description>
	<pubDate>Tue, 07 Feb 2012 16:33:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1</generator>

	<item>
		<title>Comment on Why You Should Never Use SELECT Star (*) by jlango</title>
		<link>http://www.joelango.com/2007/04/30/why-you-should-never-use-select-star/#comment-15801</link>
		<author>jlango</author>
		<pubDate>Thu, 26 May 2011 11:18:20 +0000</pubDate>
		<guid>http://www.joelango.com/2007/04/30/why-you-should-never-use-select-star/#comment-15801</guid>
					<description>Okay, I wrote this like 5 years ago.  I can guarantee that this behavior happened then.  I haven't tested it since then, and using ORM probably makes this moot anyway.  But since you're all having so much fun commenting on a 5-year old post, go for it.  After, you and Ricky can go find a post from 2003 complaining that T-SQL doesn't have try/catch statements, and call that bullshit too.</description>
		<content:encoded><![CDATA[<p>Okay, I wrote this like 5 years ago.  I can guarantee that this behavior happened then.  I haven&#8217;t tested it since then, and using ORM probably makes this moot anyway.  But since you&#8217;re all having so much fun commenting on a 5-year old post, go for it.  After, you and Ricky can go find a post from 2003 complaining that T-SQL doesn&#8217;t have try/catch statements, and call that bullshit too.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Why You Should Never Use SELECT Star (*) by Dave D</title>
		<link>http://www.joelango.com/2007/04/30/why-you-should-never-use-select-star/#comment-15800</link>
		<author>Dave D</author>
		<pubDate>Thu, 26 May 2011 10:35:18 +0000</pubDate>
		<guid>http://www.joelango.com/2007/04/30/why-you-should-never-use-select-star/#comment-15800</guid>
					<description>Select * is wrong because it broke your app ? Sounds more like your app didn't handle a result that the query could have returned. I use Select * in some code (&#38; Select field1, field2 etc in other code) because I want all fields &#38; my code is robust enough to handle whatever result the query returns. Also what Ricky says about BS is correct.</description>
		<content:encoded><![CDATA[<p>Select * is wrong because it broke your app ? Sounds more like your app didn&#8217;t handle a result that the query could have returned. I use Select * in some code (&amp; Select field1, field2 etc in other code) because I want all fields &amp; my code is robust enough to handle whatever result the query returns. Also what Ricky says about BS is correct.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Why You Should Never Use SELECT Star (*) by Ricky</title>
		<link>http://www.joelango.com/2007/04/30/why-you-should-never-use-select-star/#comment-15209</link>
		<author>Ricky</author>
		<pubDate>Fri, 15 Apr 2011 09:04:17 +0000</pubDate>
		<guid>http://www.joelango.com/2007/04/30/why-you-should-never-use-select-star/#comment-15209</guid>
					<description>"When you run a SELECT *, most databases will cache which fields are returned from this. This means that if you add a field to a table, an existing SELECT * query will not return the field!."

This is certainly bullshit.</description>
		<content:encoded><![CDATA[<p>&#8220;When you run a SELECT *, most databases will cache which fields are returned from this. This means that if you add a field to a table, an existing SELECT * query will not return the field!.&#8221;</p>
<p>This is certainly bullshit.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Why You Should Never Use SELECT Star (*) by Hcpcs Codes</title>
		<link>http://www.joelango.com/2007/04/30/why-you-should-never-use-select-star/#comment-14873</link>
		<author>Hcpcs Codes</author>
		<pubDate>Thu, 24 Mar 2011 04:52:30 +0000</pubDate>
		<guid>http://www.joelango.com/2007/04/30/why-you-should-never-use-select-star/#comment-14873</guid>
					<description>Hello admin, thanks for posting and link back to my site.</description>
		<content:encoded><![CDATA[<p>Hello admin, thanks for posting and link back to my site.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Why You Should Never Use SELECT Star (*) by Hcpcs Code Lookup</title>
		<link>http://www.joelango.com/2007/04/30/why-you-should-never-use-select-star/#comment-14861</link>
		<author>Hcpcs Code Lookup</author>
		<pubDate>Wed, 23 Mar 2011 15:38:41 +0000</pubDate>
		<guid>http://www.joelango.com/2007/04/30/why-you-should-never-use-select-star/#comment-14861</guid>
					<description>Hello admin, thanks for posting and link back to my site.</description>
		<content:encoded><![CDATA[<p>Hello admin, thanks for posting and link back to my site.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on The first 10 Days in the Macintosh Wilderness by payday loans calgary</title>
		<link>http://www.joelango.com/2007/06/11/the-first-10-days-in-the-macintosh-wilderness/#comment-14582</link>
		<author>payday loans calgary</author>
		<pubDate>Wed, 09 Mar 2011 06:20:36 +0000</pubDate>
		<guid>http://www.joelango.com/2007/06/11/the-first-10-days-in-the-macintosh-wilderness/#comment-14582</guid>
					<description>Wow that was strange. I just wrote an incredibly long comment but after I clicked submit my comment didn't appear. Grrrr... well I'm not writing all that over again. Anyways, just wanted to say great blog!</description>
		<content:encoded><![CDATA[<p>Wow that was strange. I just wrote an incredibly long comment but after I clicked submit my comment didn&#8217;t appear. Grrrr&#8230; well I&#8217;m not writing all that over again. Anyways, just wanted to say great blog!</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on MY First Look at ColdFusion 8 (Scorpio) by kilner4</title>
		<link>http://www.joelango.com/2007/06/01/my-first-look-at-coldfusion-8-scorpio/#comment-14480</link>
		<author>kilner4</author>
		<pubDate>Tue, 01 Mar 2011 14:17:16 +0000</pubDate>
		<guid>http://www.joelango.com/2007/06/01/my-first-look-at-coldfusion-8-scorpio/#comment-14480</guid>
					<description>Sorry   
 For example, I tried googling the term "Vardenafil" and went to see this site " " via the ad which says "buy generic levitra." over the counter   
 Pa!!!   
____________________________   
&lt;a href="http://cealis-rx.info/calis/site_map.html" rel="nofollow"&gt; free sample pack of&lt;/a&gt; :)</description>
		<content:encoded><![CDATA[<p>Sorry<br />
 For example, I tried googling the term &#8220;Vardenafil&#8221; and went to see this site &#8221; &#8221; via the ad which says &#8220;buy generic levitra.&#8221; over the counter<br />
 Pa!!!<br />
____________________________<br />
<a href="http://cealis-rx.info/calis/site_map.html" rel="nofollow"> free sample pack of</a> <img src='http://www.joelango.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on File Systems and Fun by Eros Goat Weed</title>
		<link>http://www.joelango.com/2007/10/25/file-systems-and-fun/#comment-13523</link>
		<author>Eros Goat Weed</author>
		<pubDate>Tue, 11 Jan 2011 15:59:49 +0000</pubDate>
		<guid>http://www.joelango.com/2007/10/25/file-systems-and-fun/#comment-13523</guid>
					<description>Horny Goat Weed can be a great solution when men are lack of libido and there is a weaker erection matter. It can offer you longer and stronger erection excellent libido. Here are Viagra but can’t hit Horny Goat Weed still now’ There is no risk if you not take prior than 4 hours apart.</description>
		<content:encoded><![CDATA[<p>Horny Goat Weed can be a great solution when men are lack of libido and there is a weaker erection matter. It can offer you longer and stronger erection excellent libido. Here are Viagra but can’t hit Horny Goat Weed still now’ There is no risk if you not take prior than 4 hours apart.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Why You Should Never Use SELECT Star (*) by ssokolow</title>
		<link>http://www.joelango.com/2007/04/30/why-you-should-never-use-select-star/#comment-12929</link>
		<author>ssokolow</author>
		<pubDate>Fri, 17 Dec 2010 17:19:40 +0000</pubDate>
		<guid>http://www.joelango.com/2007/04/30/why-you-should-never-use-select-star/#comment-12929</guid>
					<description>I forget which specific ones (It's been a while) but some databases actually apply extra optimizations on COUNT(*), relying on the implicit "Count returned rows" meaning.

I could be wrong, but I think it has something to do with how COUNT(column) interacts with NULL... possibly in the context of indexing.</description>
		<content:encoded><![CDATA[<p>I forget which specific ones (It&#8217;s been a while) but some databases actually apply extra optimizations on COUNT(*), relying on the implicit &#8220;Count returned rows&#8221; meaning.</p>
<p>I could be wrong, but I think it has something to do with how COUNT(column) interacts with NULL&#8230; possibly in the context of indexing.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Why You Should Never Use SELECT Star (*) by hcpcs code books</title>
		<link>http://www.joelango.com/2007/04/30/why-you-should-never-use-select-star/#comment-12897</link>
		<author>hcpcs code books</author>
		<pubDate>Sun, 12 Dec 2010 17:29:29 +0000</pubDate>
		<guid>http://www.joelango.com/2007/04/30/why-you-should-never-use-select-star/#comment-12897</guid>
					<description>Hello admin! This is very helpful posting thanks.</description>
		<content:encoded><![CDATA[<p>Hello admin! This is very helpful posting thanks.</p>
]]></content:encoded>
				</item>
</channel>
</rss>

