
: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
-
Dan Kubb (dkubb) May 12th, 2010 @ 01:29 AM
- Milestone set to 1.0.0
- State changed from new to resolved
- Assigned user set to Dirkjan Bussink
This was resolved in edge dm-core with the following commit:
http://github.com/datamapper/dm-do-adapter/commit/21011d8729941445d...
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.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »