<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -71,7 +71,8 @@ class AdapterTest &lt; Test::Unit::TestCase
     connection.truncate('people')
     options = {:fields =&gt; {:delimited_by =&gt; ',', :null_string =&gt; ''}}
     connection.bulk_load(File.join(File.dirname(__FILE__), 'people_with_empties.csv'), 'people', options)
-    assert_equal &quot;1&quot;, connection.select_value(&quot;SELECT count(*) FROM people WHERE first_name IS NULL&quot;)
+    assert_equal &quot;1&quot;, connection.select_value(&quot;SELECT count(*) FROM people WHERE first_name IS NULL&quot;),
+      &quot;NOTE: this is a known issue with MySQL - any other db should work correctly&quot;
   end
   
   def test_bulk_load_with_empty_file</diff>
      <filename>test/integration/adapter_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ffb8e3afc4fe6f1bff55b9bc630b351dd38b8936</id>
    </parent>
  </parents>
  <author>
    <name>Darin Wilson</name>
    <email>darinwilson@yahoo.com</email>
  </author>
  <url>http://github.com/aeden/adapter_extensions/commit/75da4b0811861ca9e9f2350efff469f5cf7d5481</url>
  <id>75da4b0811861ca9e9f2350efff469f5cf7d5481</id>
  <committed-date>2008-11-11T16:55:51-08:00</committed-date>
  <authored-date>2008-11-11T16:55:51-08:00</authored-date>
  <message>Add MySQL disclaimer to failing test

There is no way to force MySQL to convert empty strings to null on bulk load, so the unit test that tests for this will always fail when used with MySQL. This change just adds an explanatory statement to the failing assert call</message>
  <tree>85f65ae0f3a7bc3bb6cb55bcedeed08289de4d29</tree>
  <committer>
    <name>Darin Wilson</name>
    <email>darinwilson@yahoo.com</email>
  </committer>
</commit>
