
Cannot save object with leading zeros on integer properties
Reported by Nicolas G. | May 14th, 2011 @ 06:35 PM
On datamapper 1.1.0 when I assign a number with a leading zero using a string for an integer column the object will fail to save:
obj.number = "01"
obj.save # => false
With dm-validations:
obj.number = "01"
obj.valid? # => true
obj.save # => false
It works without the zero
obj.number = "1"
obj.save # => true
Comments and changes to this ticket
-
Nicolas G. July 17th, 2011 @ 09:43 PM
- Tag changed from zero integer save to false, integer, save, zero
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 »