
Association::Set should actually be based on a Set and not an Array.
Reported by Sam Smoot | October 6th, 2007 @ 11:02 AM
Right now you could assign the same object multiple times to an association, which doesn't effectively model the constraints of the database, where that isn't possible. So we should override DataMapper::Base#eql? and DataMapper::Base#hash and use a Set instead.
Comments and changes to this ticket
-
Sam Smoot October 25th, 2007 @ 11:30 PM
- Milestone cleared.
-
Nick Plante November 7th, 2007 @ 08:58 AM
- Milestone cleared.
-
Nick Plante November 7th, 2007 @ 08:59 AM
- Milestone cleared.
-
-
Bjørn Arild Mæland December 11th, 2007 @ 06:59 PM
- Milestone cleared.
-
Sam Smoot December 28th, 2007 @ 12:02 AM
This is done for habtm. #eql? and #hash has been added to DataMapper::Persistence as well. All that remains is for has_many to use a DataMapper::Support::TypedSet.
-
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 »