#1266 ✓resolved
Chris Van Pelt

:conditions without any bind values are quietly ignored

Reported by Chris Van Pelt | May 11th, 2010 @ 06:46 PM | in 1.0.0

   class Foo 
     include DataMapper::Resource
     property :id, Serial 
   end

   Foo.first(:conditions => ["bar = true"])

I traced the problem back to the data_objects_adapter:

http://github.com/datamapper/dm-core/blob/v0.10.2/lib/dm-core/adapt...

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

Tags

Pages