Michael Piecko
Michael Piecko
There is a UniqueObject constraint for that: http://propelorm.org/cookbook/symfony2/mastering-symfony2-forms-with-propel.html#introducing-the-uniqueobject-constraint Michael
Yes you're right. You can use it only on the whole class. But this is usefull if you're validating more than one field to be unique. If you want to...
I think you should leave it to the core devs. Maybe this coud be a feature for an upcoming release to bind this constraint to a field directly. :) Michael
In case it hit someone else after an upgrade: you need to specifically set `Auth` inside **all** Requests to `Inherit`, otherwise the Colelction setting will not be used (and you...