<?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: Fun with SQL</title>
	<atom:link href="http://www.simonbuckle.com/2006/04/05/fun-with-sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simonbuckle.com/2006/04/05/fun-with-sql/</link>
	<description>Random thoughts for random people</description>
	<lastBuildDate>Tue, 03 Jan 2012 16:29:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Simon</title>
		<link>http://www.simonbuckle.com/2006/04/05/fun-with-sql/comment-page-1/#comment-66</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Thu, 06 Apr 2006 09:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonbuckle.com/2006/04/05/fun-with-sql/#comment-66</guid>
		<description>I agree that it is odd. I just expected it to be a standard date type so you can imagine my surprise when I got the error.

According to the documentation this is because &quot;date column type support varies widely across databases. Therefore, Wildfire specially encodes dates as VARCHAR values. Each date is a Java long value which is 0-padded to 15 characters.&quot;

The database schema documentation is &lt;a href=&quot;http://www.jivesoftware.org/builds/wildfire/docs/latest/documentation/database-guide.html&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>I agree that it is odd. I just expected it to be a standard date type so you can imagine my surprise when I got the error.</p>
<p>According to the documentation this is because &#8220;date column type support varies widely across databases. Therefore, Wildfire specially encodes dates as VARCHAR values. Each date is a Java long value which is 0-padded to 15 characters.&#8221;</p>
<p>The database schema documentation is <a href="http://www.jivesoftware.org/builds/wildfire/docs/latest/documentation/database-guide.html" rel="nofollow">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miles Barr</title>
		<link>http://www.simonbuckle.com/2006/04/05/fun-with-sql/comment-page-1/#comment-65</link>
		<dc:creator>Miles Barr</dc:creator>
		<pubDate>Thu, 06 Apr 2006 09:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonbuckle.com/2006/04/05/fun-with-sql/#comment-65</guid>
		<description>How odd. Did the authors give any indication why they needed such fine grained times? I would have thought the day would suffice. </description>
		<content:encoded><![CDATA[<p>How odd. Did the authors give any indication why they needed such fine grained times? I would have thought the day would suffice.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

