<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -145,7 +145,7 @@ class Article
 
     private 
       def specific_date_function
-        if Merb::Orms::DataMapper.full_config[Merb.environment.to_s][&quot;adapter&quot;] == &quot;sqlite3&quot;
+        if Merb::Orms::DataMapper.config[:adapter] == &quot;sqlite3&quot;
           &quot;strftime('%Y', published_at) as year, strftime('%m', published_at) as month&quot;
         else
           &quot;extract(year from published_at) as year, extract(month from published_at) as month&quot;</diff>
      <filename>app/models/article.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>75283c3122f0490e32ac5ad93780d6e9f27f7e33</id>
    </parent>
  </parents>
  <author>
    <name>AJ Christensen</name>
    <email>aj@junglist.gen.nz</email>
  </author>
  <url>http://github.com/mleung/feather/commit/2169ebf4bf96c9a3c715fc37b7a98041ee483223</url>
  <id>2169ebf4bf96c9a3c715fc37b7a98041ee483223</id>
  <committed-date>2008-07-18T12:55:55-07:00</committed-date>
  <authored-date>2008-07-16T19:14:53-07:00</authored-date>
  <message>Using .config instead of .full_config, as full_config was occasionally returning a hash of strings instead of a hash of symbols, whereas .config seems to not exhibit this behaviour.</message>
  <tree>6f133bd6c41545444cb50699747b03ffbed70751</tree>
  <committer>
    <name>El Draper</name>
    <email>el@eldiablo.co.uk</email>
  </committer>
</commit>
