Development

Changeset 8048

You must first sign up to be able to contribute.

Changeset 8048

Show
Ignore:
Timestamp:
03/22/08 17:11:43 (7 months ago)
Author:
Carl.Vondrick
Message:

1.1 doc: added warning to sfPropelUniqueValidator (closes #2467)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.1/book/10-Forms.txt

    r7856 r8048  
    847847In 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. 
    848848 
     849>**CAUTION** 
     850>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.   
     851 
    849852#### File Validator 
    850853