Ticket #2467: sfPropelUniqueValidator.class.php.patch
| File sfPropelUniqueValidator.class.php.patch, 0.8 kB (added by Carl.Vondrick, 8 months ago) |
|---|
-
lib/addon/propel/validator/sfPropelUniqueValidator.class.php
old new 23 23 * the value for this column already 24 24 * exists in the database. 25 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. 29 * 26 30 * @package symfony 27 31 * @subpackage validator 28 32 * @author Fabien Potencier <fabien.potencier@symfony-project.com>