<?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: Why you should not use BIT columns in MySQL</title>
	<atom:link href="http://www.xaprb.com/blog/2006/04/11/bit-values-in-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog/2006/04/11/bit-values-in-mysql/</link>
	<description>Stay curious!</description>
	<lastBuildDate>Thu, 09 Feb 2012 09:56:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Pravin Singh</title>
		<link>http://www.xaprb.com/blog/2006/04/11/bit-values-in-mysql/#comment-19766</link>
		<dc:creator>Pravin Singh</dc:creator>
		<pubDate>Mon, 05 Dec 2011 11:58:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=122#comment-19766</guid>
		<description>Good article. Thanks!!</description>
		<content:encoded><![CDATA[<p>Good article. Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David L</title>
		<link>http://www.xaprb.com/blog/2006/04/11/bit-values-in-mysql/#comment-19443</link>
		<dc:creator>David L</dc:creator>
		<pubDate>Wed, 22 Jun 2011 11:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=122#comment-19443</guid>
		<description>I realise that this is nothing to do with the article as such (interesting by the way), but you sould as if you could answer this.

In a routine in MySql 5.5 there seems to be no equivalent MySqlDBType for the SqlDBType.Char in MS SQL.

What should one use?</description>
		<content:encoded><![CDATA[<p>I realise that this is nothing to do with the article as such (interesting by the way), but you sould as if you could answer this.</p>
<p>In a routine in MySql 5.5 there seems to be no equivalent MySqlDBType for the SqlDBType.Char in MS SQL.</p>
<p>What should one use?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daniel</title>
		<link>http://www.xaprb.com/blog/2006/04/11/bit-values-in-mysql/#comment-18979</link>
		<dc:creator>daniel</dc:creator>
		<pubDate>Thu, 09 Dec 2010 09:47:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=122#comment-18979</guid>
		<description>It seems that the problem with joins was fixed, that&#039;s correct?  Your script no longer trigger any bug.</description>
		<content:encoded><![CDATA[<p>It seems that the problem with joins was fixed, that&#8217;s correct?  Your script no longer trigger any bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2006/04/11/bit-values-in-mysql/#comment-18978</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Wed, 08 Dec 2010 16:14:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=122#comment-18978</guid>
		<description>Bool would probably be fine.  I think it is a bad idea to pack multiple bits into a single variable-width column the way MySQL does.  A bit column should be a single bit, and if you want multiple bits, you should define multiple columns.</description>
		<content:encoded><![CDATA[<p>Bool would probably be fine.  I think it is a bad idea to pack multiple bits into a single variable-width column the way MySQL does.  A bit column should be a single bit, and if you want multiple bits, you should define multiple columns.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Aker</title>
		<link>http://www.xaprb.com/blog/2006/04/11/bit-values-in-mysql/#comment-18977</link>
		<dc:creator>Brian Aker</dc:creator>
		<pubDate>Tue, 07 Dec 2010 22:48:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=122#comment-18977</guid>
		<description>Hi!

I was just asked about a bitfield type in Drizzle and came up with your post after google&#039;ing for it. If you were going to design one, and I am not sure that it is a good idea at all, how would you do it?

Would a bool type be just as good? 

Cheers,
   -Brian</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I was just asked about a bitfield type in Drizzle and came up with your post after google&#8217;ing for it. If you were going to design one, and I am not sure that it is a good idea at all, how would you do it?</p>
<p>Would a bool type be just as good? </p>
<p>Cheers,<br />
   -Brian</p>
]]></content:encoded>
	</item>
</channel>
</rss>

