<?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: Problems in Rails between Development and Test Databases</title>
	<atom:link href="http://blog.coryfoy.com/2008/06/problems-in-rails-between-development-and-test-databases/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.coryfoy.com/2008/06/problems-in-rails-between-development-and-test-databases/</link>
	<description>It&#039;s all about delivering</description>
	<lastBuildDate>Thu, 09 Feb 2012 07:42:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Cory Foy</title>
		<link>http://blog.coryfoy.com/2008/06/problems-in-rails-between-development-and-test-databases/comment-page-1/#comment-56</link>
		<dc:creator>Cory Foy</dc:creator>
		<pubDate>Mon, 30 Jun 2008 11:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=63#comment-56</guid>
		<description>Thanks, but what that shows is that the default MySQL Decimal is (10,0) which was known. The problem is that when you run the db:prepare it copies over the schema from dev (which would be decimal (10,0)) and creates it in test as a BigInt(10). That&#039;s the &quot;bug&quot;.</description>
		<content:encoded><![CDATA[<p>Thanks, but what that shows is that the default MySQL Decimal is (10,0) which was known. The problem is that when you run the db:prepare it copies over the schema from dev (which would be decimal (10,0)) and creates it in test as a BigInt(10). That&#8217;s the &#8220;bug&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.coryfoy.com/2008/06/problems-in-rails-between-development-and-test-databases/comment-page-1/#comment-57</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 30 Jun 2008 10:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=63#comment-57</guid>
		<description>FWIW, this has all been documentation here:&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://api.rubyonrails.org/classes/ActiveRecord/ConnectionAdapters/TableDefinition.html#M001150&quot; rel=&quot;nofollow&quot;&gt;http://api.rubyonrails.org/classes/ActiveRecord/ConnectionAdapters/TableDefinition.html#M001150&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>FWIW, this has all been documentation here:</p>
<p><a href="http://api.rubyonrails.org/classes/ActiveRecord/ConnectionAdapters/TableDefinition.html#M001150" rel="nofollow">http://api.rubyonrails.org/classes/ActiveRecord/ConnectionAdapters/TableDefinition.html#M001150</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

