
Update all records [Feature/Bug?]
Reported by coryodaniel | July 31st, 2008 @ 01:25 PM
I heard in a presentation once that DM consider anything you had to do in raw SQL a bug, not sure if its true or not. If so, this is a bug, if not its a feature request :)
Itd be really cool to be able to update all (or conditionally met) records in a table
UPDATE products SET price = (price * 1.1); #Jackin up prices
OR
UPDATE products SET price = (price * 0.4) WHERE department = "useless crap"
Please and thank yous.
Comments and changes to this ticket
-
Jonathan Stott (namelessjon) November 30th, 2008 @ 09:05 AM
- Assigned user cleared.
- State changed from new to resolved
I think this handled by update! and update on Collections
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.