Development

#2467: sfPropelUniqueValidator.class.php.patch

You must first sign up to be able to contribute.

Ticket #2467: sfPropelUniqueValidator.class.php.patch

File sfPropelUniqueValidator.class.php.patch, 0.8 kB (added by Carl.Vondrick, 8 months ago)

Patch for phpdoc.

  • lib/addon/propel/validator/sfPropelUniqueValidator.class.php

    old new  
    2323 *                                                the value for this column already 
    2424 *                                                exists in the database. 
    2525 * 
     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. 
     29 * 
    2630 * @package    symfony 
    2731 * @subpackage validator 
    2832 * @author     Fabien Potencier <fabien.potencier@symfony-project.com>