This project is archived and is in readonly mode.
Fixes validates_uniqueness_of regression
Reported by Wesley Moxam | September 5th, 2008 @ 09:47 PM | in 2.x
Was broken by http://github.com/rails/rails/co...
Patch and test attached.
There are larger issues behind this bug, such as the sql sanitizer not handling unicode character arrays properly. Fixing those are beyond the scope of this issue.
Comments and changes to this ticket
-
Pratik September 9th, 2008 @ 04:41 PM
- Title changed from [patch] fixes validates_uniqueness_of regression to Fixes validates_uniqueness_of regression
-
Wesley Moxam September 11th, 2008 @ 04:34 PM
- no changes were found...
-
Wesley Moxam September 11th, 2008 @ 05:17 PM
- Assigned user set to Michael Koziarski
Fixed by [923f4ecad202e45ef117d592053c8b86549eb9d7]
-
Tarmo Tänav September 18th, 2008 @ 03:41 AM
- State changed from new to resolved
- Tag changed from activerecord to activerecord
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Tags
Referenced by
- 1029 Fix AR::Base.quote_bound_value for AS::M::Chars values Related to: #980