
.all does not work correctly
Reported by yannick | May 8th, 2008 @ 05:34 PM
given:
class Post
include DataMapper::Resource
include DataMapper::Timestamp
property :body, String
property :created_at, DateTime
end
Post.all spits out an array filled with the first post as many times as there exist records.
the sql statement seems to be correct tough...
Comments and changes to this ticket
-
Sam Smoot May 8th, 2008 @ 05:37 PM
- Assigned user set to Scott Bauer
Scott PDI. Obviously very high priority!
-
Sam Smoot May 8th, 2008 @ 06:45 PM
- State changed from new to resolved
No key present. See http://groups.google.com/group/d...
Added a check in Resource#validate_resource.
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 »