<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -65,8 +65,12 @@ module Columnlog
         
     def get(how_many = nil)
       how_many ||= self.how_many
-      cache.fetch(cache_key(how_many)) do
-        app.get(how_many).compact
+      begin
+        cache.fetch(cache_key(how_many)) do
+          app.get(how_many).compact
+        end
+      rescue
+        []
       end
     end
     </diff>
      <filename>lib/columnlog/column.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>833d6c289d3aaa807039adf5cb0793e475b77239</id>
    </parent>
  </parents>
  <author>
    <name>Aaron Quint</name>
    <email>aaron@quirkey.com</email>
  </author>
  <url>http://github.com/quirkey/columnlog/commit/6a59282465a3612abe32f195c5c25d1169de0ac5</url>
  <id>6a59282465a3612abe32f195c5c25d1169de0ac5</id>
  <committed-date>2009-05-12T06:32:54-07:00</committed-date>
  <authored-date>2009-05-12T06:32:54-07:00</authored-date>
  <message>Hard rescue of column fetching (api's seem to change alot)</message>
  <tree>6c975924a8748d81cb28787196c99fad67705811</tree>
  <committer>
    <name>Aaron Quint</name>
    <email>aaron@quirkey.com</email>
  </committer>
</commit>
