<?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: How to emulate the TYPEOF() function in MySQL</title>
	<atom:link href="http://www.xaprb.com/blog/2008/08/13/how-to-emulate-the-typeof-function-in-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog/2008/08/13/how-to-emulate-the-typeof-function-in-mysql/</link>
	<description>Stay curious!</description>
	<lastBuildDate>Sat, 20 Mar 2010 03:03:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2008/08/13/how-to-emulate-the-typeof-function-in-mysql/#comment-15016</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Sat, 16 Aug 2008 16:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/2008/08/13/how-to-emulate-the-typeof-function-in-mysql/#comment-15016</guid>
		<description>And as hoped, I found the desired information is exposed through the DBD::mysql driver.  You can do a bunch of things like

&lt;pre&gt;
$sth-&gt;{mysql_type_name}
&lt;/pre&gt;

To get an arrayref of column types for the executed statement.</description>
		<content:encoded><![CDATA[<p>And as hoped, I found the desired information is exposed through the DBD::mysql driver.  You can do a bunch of things like</p>
<pre>
$sth-&gt;{mysql_type_name}
</pre>
<p>To get an arrayref of column types for the executed statement.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2008/08/13/how-to-emulate-the-typeof-function-in-mysql/#comment-15010</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Thu, 14 Aug 2008 12:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/2008/08/13/how-to-emulate-the-typeof-function-in-mysql/#comment-15010</guid>
		<description>Oh, right -- before 5.1 it is named --debug-info/-T.</description>
		<content:encoded><![CDATA[<p>Oh, right &#8212; before 5.1 it is named &#8211;debug-info/-T.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2008/08/13/how-to-emulate-the-typeof-function-in-mysql/#comment-15009</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Thu, 14 Aug 2008 12:35:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/2008/08/13/how-to-emulate-the-typeof-function-in-mysql/#comment-15009</guid>
		<description>Hmm, my mysql client doesn&#039;t have such an option.  Looks like it&#039;s new in 5.1.</description>
		<content:encoded><![CDATA[<p>Hmm, my mysql client doesn&#8217;t have such an option.  Looks like it&#8217;s new in 5.1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2008/08/13/how-to-emulate-the-typeof-function-in-mysql/#comment-15008</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Thu, 14 Aug 2008 12:17:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/2008/08/13/how-to-emulate-the-typeof-function-in-mysql/#comment-15008</guid>
		<description>Good to know!  I was also going to dig into the DBI and DBD::mysql docs and see if there is a way to get the info from the protocol too.</description>
		<content:encoded><![CDATA[<p>Good to know!  I was also going to dig into the DBI and DBD::mysql docs and see if there is a way to get the info from the protocol too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergei Golubchik</title>
		<link>http://www.xaprb.com/blog/2008/08/13/how-to-emulate-the-typeof-function-in-mysql/#comment-15007</link>
		<dc:creator>Sergei Golubchik</dc:creator>
		<pubDate>Thu, 14 Aug 2008 08:08:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/2008/08/13/how-to-emulate-the-typeof-function-in-mysql/#comment-15007</guid>
		<description>You can also start mysql command line client with --column-type-info (-T in old versions). It&#039;ll show correct values as reported by the protocol.</description>
		<content:encoded><![CDATA[<p>You can also start mysql command line client with &#8211;column-type-info (-T in old versions). It&#8217;ll show correct values as reported by the protocol.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
