<?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"
	>
<channel>
	<title>Comments for just some pointers</title>
	<atom:link href="http://mediadevs.com/steve/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://mediadevs.com/steve</link>
	<description>another guy learning about ubuntu, ruby, and other stuff.</description>
	<pubDate>Tue, 07 Sep 2010 00:39:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>Comment on Simply Rails 2 Mistake: Unable to open database file by MrTommm</title>
		<link>http://mediadevs.com/steve/?p=4#comment-14</link>
		<dc:creator>MrTommm</dc:creator>
		<pubDate>Fri, 06 Nov 2009 15:34:57 +0000</pubDate>
		<guid isPermaLink="false">http://mediadevs.com/steve/?p=4#comment-14</guid>
		<description>With SQLite V 3.5.6, the table creation syntax is:

CREATE TABLE “stories” (
“id” int(11) NOT NULL,
“name” varchar(255) default NULL,
“link” varchar(255) default NULL,
“created_at” datetime DEFAULT NULL,
“updated_at” datetime DEFAULT NULL,
PRIMARY KEY (“id”) 
);

The PRIMARY KEY (“id”) automatically makes it autoincrement</description>
		<content:encoded><![CDATA[<p>With SQLite V 3.5.6, the table creation syntax is:</p>
<p>CREATE TABLE “stories” (<br />
“id” int(11) NOT NULL,<br />
“name” varchar(255) default NULL,<br />
“link” varchar(255) default NULL,<br />
“created_at” datetime DEFAULT NULL,<br />
“updated_at” datetime DEFAULT NULL,<br />
PRIMARY KEY (“id”)<br />
);</p>
<p>The PRIMARY KEY (“id”) automatically makes it autoincrement</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simply Rails 2 Mistake: Unable to open database file by Yas</title>
		<link>http://mediadevs.com/steve/?p=4#comment-3</link>
		<dc:creator>Yas</dc:creator>
		<pubDate>Mon, 16 Feb 2009 01:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://mediadevs.com/steve/?p=4#comment-3</guid>
		<description>Thanks for the info so much. I was stuck on the page in SimplyRails2.</description>
		<content:encoded><![CDATA[<p>Thanks for the info so much. I was stuck on the page in SimplyRails2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simply Rails 2 Mistake: Unable to open database file by mdgrech</title>
		<link>http://mediadevs.com/steve/?p=4#comment-2</link>
		<dc:creator>mdgrech</dc:creator>
		<pubDate>Sat, 13 Dec 2008 05:46:18 +0000</pubDate>
		<guid isPermaLink="false">http://mediadevs.com/steve/?p=4#comment-2</guid>
		<description>Wow good call...didnt think I would find an answer to this prob so fast.</description>
		<content:encoded><![CDATA[<p>Wow good call&#8230;didnt think I would find an answer to this prob so fast.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
