<?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 on: ColumnComments Rails Plugin</title>
	<atom:link href="http://blog.inquirylabs.com/2006/04/27/columncomments-rails-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.inquirylabs.com/2006/04/27/columncomments-rails-plugin/</link>
	<description>Politics, Programming and Possibilities</description>
	<pubDate>Tue, 07 Oct 2008 08:48:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Duane Johnson</title>
		<link>http://blog.inquirylabs.com/2006/04/27/columncomments-rails-plugin/#comment-401</link>
		<dc:creator>Duane Johnson</dc:creator>
		<pubDate>Mon, 05 Jun 2006 15:06:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2006/04/27/columncomments-rails-plugin/#comment-401</guid>
		<description>Mislav: I talked with Tarmo about this and he said the patch, by enabling postgres, may not work well with MySQL.  I haven't had the time to make the adjustments myself to ensure both databases work.</description>
		<content:encoded><![CDATA[<p>Mislav: I talked with Tarmo about this and he said the patch, by enabling postgres, may not work well with MySQL.  I haven&#8217;t had the time to make the adjustments myself to ensure both databases work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mislav</title>
		<link>http://blog.inquirylabs.com/2006/04/27/columncomments-rails-plugin/#comment-397</link>
		<dc:creator>Mislav</dc:creator>
		<pubDate>Fri, 02 Jun 2006 13:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2006/04/27/columncomments-rails-plugin/#comment-397</guid>
		<description>Umm... the patch Tarmo sent is not yet applied to trunk. I think it would not be hard to apply it and eliminate the overhead for the whole world to use?</description>
		<content:encoded><![CDATA[<p>Umm&#8230; the patch Tarmo sent is not yet applied to trunk. I think it would not be hard to apply it and eliminate the overhead for the whole world to use?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith L</title>
		<link>http://blog.inquirylabs.com/2006/04/27/columncomments-rails-plugin/#comment-345</link>
		<dc:creator>Keith L</dc:creator>
		<pubDate>Sun, 07 May 2006 04:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2006/04/27/columncomments-rails-plugin/#comment-345</guid>
		<description>Great stuff. I do have one problem, however. I can get column_comments to work just fine, but comments do not appear when I include them in table creation.

Example
create_table "blah" do &#124;t&#124;
t.column "abbr", :string,:comment =&#62; "Short-name (abbreviation) for quick-reference."
...

As far as I can tell, options[:comment] is empty in this case. Any ideas? I'm using 1.1.2, frozen (all source in vendor dir).</description>
		<content:encoded><![CDATA[<p>Great stuff. I do have one problem, however. I can get column_comments to work just fine, but comments do not appear when I include them in table creation.</p>
<p>Example<br />
create_table &#8220;blah&#8221; do |t|<br />
t.column &#8220;abbr&#8221;, :string,:comment =&gt; &#8220;Short-name (abbreviation) for quick-reference.&#8221;<br />
&#8230;</p>
<p>As far as I can tell, options[:comment] is empty in this case. Any ideas? I&#8217;m using 1.1.2, frozen (all source in vendor dir).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Going Up &#187; MySQL Query Browser on the Mac</title>
		<link>http://blog.inquirylabs.com/2006/04/27/columncomments-rails-plugin/#comment-332</link>
		<dc:creator>Going Up &#187; MySQL Query Browser on the Mac</dc:creator>
		<pubDate>Tue, 02 May 2006 19:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2006/04/27/columncomments-rails-plugin/#comment-332</guid>
		<description>[...] Recently however, with the development of the ColumnComments plugin, I decided to move on once again in search of the Ultimate Tool. I needed something that would give me the ability to add comments to mysql columns, preferably in a nice and intuitive GUI. I tried Navicat, but couldn&#8217;t figure out how to add comments. [...]</description>
		<content:encoded><![CDATA[<p>[...] Recently however, with the development of the ColumnComments plugin, I decided to move on once again in search of the Ultimate Tool. I needed something that would give me the ability to add comments to mysql columns, preferably in a nice and intuitive GUI. I tried Navicat, but couldn&#8217;t figure out how to add comments. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarmo Tänav</title>
		<link>http://blog.inquirylabs.com/2006/04/27/columncomments-rails-plugin/#comment-317</link>
		<dc:creator>Tarmo Tänav</dc:creator>
		<pubDate>Thu, 27 Apr 2006 23:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2006/04/27/columncomments-rails-plugin/#comment-317</guid>
		<description>I should work together, although there is an overhead, I think it sets the comments twice for mysql. As you can see it sets the comments at the end of the create_tabel function because postgresql 'CREATE TABLE' does not allow directly specifiying comments lik mysql. Perhaps you could remove the 'add_column_options!' method and only rely on the 'column_comment' method? otherwise postgresql requires a different create_table method.</description>
		<content:encoded><![CDATA[<p>I should work together, although there is an overhead, I think it sets the comments twice for mysql. As you can see it sets the comments at the end of the create_tabel function because postgresql &#8216;CREATE TABLE&#8217; does not allow directly specifiying comments lik mysql. Perhaps you could remove the &#8216;add_column_options!&#8217; method and only rely on the &#8216;column_comment&#8217; method? otherwise postgresql requires a different create_table method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duane Johnson</title>
		<link>http://blog.inquirylabs.com/2006/04/27/columncomments-rails-plugin/#comment-316</link>
		<dc:creator>Duane Johnson</dc:creator>
		<pubDate>Thu, 27 Apr 2006 23:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2006/04/27/columncomments-rails-plugin/#comment-316</guid>
		<description>Cool!  Thanks, Tarmo.  Is this something that could work together with the mysql code?</description>
		<content:encoded><![CDATA[<p>Cool!  Thanks, Tarmo.  Is this something that could work together with the mysql code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarmo Tänav</title>
		<link>http://blog.inquirylabs.com/2006/04/27/columncomments-rails-plugin/#comment-315</link>
		<dc:creator>Tarmo Tänav</dc:creator>
		<pubDate>Thu, 27 Apr 2006 23:17:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2006/04/27/columncomments-rails-plugin/#comment-315</guid>
		<description>I've managed to port this to postgresql.
Patch here: http://tarmo.itech.ee/column_comments_postgresql.patch

As this is my first patch for activerecord I can't guarantee that it's perfect, but it seems to work fine here.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve managed to port this to postgresql.<br />
Patch here: <a href="http://tarmo.itech.ee/column_comments_postgresql.patch" rel="nofollow">http://tarmo.itech.ee/column_comments_postgresql.patch</a></p>
<p>As this is my first patch for activerecord I can&#8217;t guarantee that it&#8217;s perfect, but it seems to work fine here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DeLynn Berry</title>
		<link>http://blog.inquirylabs.com/2006/04/27/columncomments-rails-plugin/#comment-314</link>
		<dc:creator>DeLynn Berry</dc:creator>
		<pubDate>Thu, 27 Apr 2006 20:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2006/04/27/columncomments-rails-plugin/#comment-314</guid>
		<description>Great job, Duane! I was thinking of creating something like this myself. Keeping little notes like this definitely makes a lot of sense.</description>
		<content:encoded><![CDATA[<p>Great job, Duane! I was thinking of creating something like this myself. Keeping little notes like this definitely makes a lot of sense.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
