Changeset 8046
- Timestamp:
- 03/22/08 17:07:26 (4 months ago)
- Files:
-
- doc/branches/1.0/book/10-Forms.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/branches/1.0/book/10-Forms.txt
r7856 r8046 846 846 In this example, the validator will look in the database for a record of class `User` where the `login` column has the same value as the field to validate. 847 847 848 >**CAUTION** 849 >sfPropelUniqueValidator is susceptible to race conditions. Although unlikely, in multiuser environments, the result may change the instant it returns. You should still be ready to handle a duplicate INSERT error. 850 848 851 #### File Validator 849 852