<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,10 +3,12 @@
     association_class.update_all(&quot;#{primary_key_name} = NULL&quot;, dependent_conditions)
   end
   This does not trigger callbacks
-* update_all, delete, update_counter, increment_counter, decrement_counter, counter_caches in general
+* update_all, delete, update_counter, increment_counter, decrement_counter, counter_caches in general - counter caches are replaced by this gem, bear that in mind.
 * attr_readonly - no technical obstacle, just not yet supported
 * attributes before typecast behave unpredictably - hard to support
 * ActiveRecord::Rollback is unsupported - the exception gets swallowed so there isn't an opportunity to rollback the cache transaction - not hard to support
-* Named bind variables :conditions =&gt; [&quot;name = :name&quot;, { :name =&gt; &quot;37signals!&quot; }]
-* printf style binds: :conditions =&gt; [&quot;name = '%s'&quot;, &quot;37signals!&quot;]
-* objects as attributes that are serialized. story.title = {:foo =&gt; :bar}; customer.balance = Money.new(...) - these could be coerced using Column#type_cast?
\ No newline at end of file
+* Named bind variables :conditions =&gt; [&quot;name = :name&quot;, { :name =&gt; &quot;37signals!&quot; }] - not hard to support
+* printf style binds: :conditions =&gt; [&quot;name = '%s'&quot;, &quot;37signals!&quot;] - not too hard to support
+* objects as attributes that are serialized. story.title = {:foo =&gt; :bar}; customer.balance = Money.new(...) - these could be coerced using Column#type_cast?
+
+With a lot of these features the issue is not technical but performance. Every special case costs some overhead.
\ No newline at end of file</diff>
      <filename>UNSUPPORTED_FEATURES</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>395aef4616b2c0fb58b60691545e8962200940ff</id>
    </parent>
  </parents>
  <author>
    <name>Nick Kallen</name>
    <email>nkallen@nick-kallens-computer-2.local</email>
  </author>
  <url>http://github.com/nkallen/cache-money/commit/1d3e05d6221168f7e8a3e6960992f0731b4fc277</url>
  <id>1d3e05d6221168f7e8a3e6960992f0731b4fc277</id>
  <committed-date>2008-11-25T00:12:16-08:00</committed-date>
  <authored-date>2008-11-25T00:12:16-08:00</authored-date>
  <message>note to self: avoid notes to self</message>
  <tree>712231f5da0df65866725e17200a693433b13b87</tree>
  <committer>
    <name>Nick Kallen</name>
    <email>nkallen@nick-kallens-computer-2.local</email>
  </committer>
</commit>
