<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,7 +8,7 @@ module ActiveRecord
       module ClassMethods
         def acts_as_taggable(options = {})
           has_many :taggings, :as =&gt; :taggable, :dependent =&gt; :destroy, :include =&gt; :tag
-          has_many :tags, :through =&gt; :taggings, :order =&gt; 'LOWER(tags.name) ASC', :select =&gt; &quot;DISTINCT ON (LOWER(tags.name)) tags.*&quot;
+          has_many :tags, :through =&gt; :taggings, :order =&gt; 'LOWER(name) asc', :select =&gt; &quot;DISTINCT tags.*&quot;
 
           after_save :update_tags
 </diff>
      <filename>lib/acts_as_taggable.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2e3b56a523f1b254ab21c4e875a777b262e6c129</id>
    </parent>
  </parents>
  <author>
    <name>Wesley Beary</name>
    <email>me@geemus.com</email>
  </author>
  <url>http://github.com/bjeanes/acts_as_taggable_redux/commit/a22b9b9c8a1bfa3dbc5139a6a8dc1bfb37edc526</url>
  <id>a22b9b9c8a1bfa3dbc5139a6a8dc1bfb37edc526</id>
  <committed-date>2009-03-05T10:19:59-08:00</committed-date>
  <authored-date>2009-03-05T10:19:59-08:00</authored-date>
  <message>revert last as it was causing issues with some dbs</message>
  <tree>8b0c5187aa08c8a3f26c280efa0da933452f13fd</tree>
  <committer>
    <name>Wesley Beary</name>
    <email>me@geemus.com</email>
  </committer>
</commit>
