Development

Changeset 8045

You must first sign up to be able to contribute.

Changeset 8045

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

1.0: added warning to sfPropelUniqueValidator (refs #2467)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0/lib/addon/propel/validator/sfPropelUniqueValidator.class.php

    r2995 r8045  
    2323 *                                                the value for this column already 
    2424 *                                                exists in the database. 
     25 * 
     26 * Warning: sfPropelUniqueValidator is susceptible to race conditions.  Although 
     27 * unlikely, in multiuser environments, the result may change the instant it 
     28 * returns.  You should still be ready to handle a duplicate INSERT error.   
    2529 * 
    2630 * @package    symfony