<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -38,7 +38,7 @@ if HAS_SQLITE3
 
       it &quot;should find by conditions passed in as hash&quot; do
         repository(:sqlite3) do
-          SailBoat.create(:name =&gt; &quot;couldbe@email.com&quot;, :port =&gt; 1)
+          SailBoat.create(:name =&gt; &quot;couldbe@email.com&quot;, :port =&gt; 'wee')
 
           find = SailBoat.first(:name =&gt; 'couldbe@email.com')
           find.name.should == 'couldbe@email.com'
@@ -49,6 +49,17 @@ if HAS_SQLITE3
           find.name.should == 'couldbe@email.com'
         end
       end
+      
+      it &quot;should find by conditions passed in a range&quot; do
+        repository(:sqlite3) do
+          find = SailBoat.all(:id =&gt; (0..2))
+          find.should_not be_nil
+          find.should have(2).entries
+
+          find = SailBoat.all(:id.not =&gt; (0..2))
+          find.should have(1).entries
+        end
+      end
 
       it &quot;should order results&quot; do
         repository(:sqlite3) do</diff>
      <filename>spec/integration/query_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>44347090a6f9c65e2a889dc89e011d7625efa4b6</id>
    </parent>
  </parents>
  <author>
    <name>Adam French</name>
    <email>adam@wieck.com</email>
  </author>
  <url>http://github.com/sam/dm-core/commit/6a5e60ed59026cf4edd0b398526fdb5614580f53</url>
  <id>6a5e60ed59026cf4edd0b398526fdb5614580f53</id>
  <committed-date>2008-05-20T19:17:32-07:00</committed-date>
  <authored-date>2008-05-20T19:17:32-07:00</authored-date>
  <message>find by range</message>
  <tree>b43fbecde07e7ddd643e98ed1082fbc9c15b0ea6</tree>
  <committer>
    <name>Adam French</name>
    <email>adam@wieck.com</email>
  </committer>
</commit>
