<?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: Boolean Magic</title>
	<atom:link href="http://codecube.net/2008/08/boolean-magic/feed/" rel="self" type="application/rss+xml" />
	<link>http://codecube.net/2008/08/boolean-magic/</link>
	<description>Joel Martinez' weblog</description>
	<lastBuildDate>Mon, 22 Feb 2010 12:34:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter</title>
		<link>http://codecube.net/2008/08/boolean-magic/comment-page-1/#comment-512</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Mon, 01 Sep 2008 07:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://codecube.net/?p=74#comment-512</guid>
		<description>Second Björn on that, (@regionid is null OR @regionid = rc.regionid) is the way to go. If @regionid is null or missing then (@region is null) evaluates to true. If @regionid is not null, the second part will be evaluated.</description>
		<content:encoded><![CDATA[<p>Second Björn on that, (@regionid is null OR @regionid = rc.regionid) is the way to go. If @regionid is null or missing then (@region is null) evaluates to true. If @regionid is not null, the second part will be evaluated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Martinez</title>
		<link>http://codecube.net/2008/08/boolean-magic/comment-page-1/#comment-505</link>
		<dc:creator>Joel Martinez</dc:creator>
		<pubDate>Thu, 28 Aug 2008 15:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://codecube.net/?p=74#comment-505</guid>
		<description>well played, you know what ... I think you&#039;re right Björn :-D you get the prize!</description>
		<content:encoded><![CDATA[<p>well played, you know what &#8230; I think you&#8217;re right Björn <img src='http://codecube.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' />  you get the prize!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Björn</title>
		<link>http://codecube.net/2008/08/boolean-magic/comment-page-1/#comment-504</link>
		<dc:creator>Björn</dc:creator>
		<pubDate>Thu, 28 Aug 2008 10:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://codecube.net/?p=74#comment-504</guid>
		<description>Hm, I do not know SQL too well but shouldn&#039;t something like (@regionid is null OR @regionid = rc.regionid) result in the same? I mean how&#039;s (true and true) OR (not evaluated) different from (true OR not evaluated)?</description>
		<content:encoded><![CDATA[<p>Hm, I do not know SQL too well but shouldn&#8217;t something like (@regionid is null OR @regionid = rc.regionid) result in the same? I mean how&#8217;s (true and true) OR (not evaluated) different from (true OR not evaluated)?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
