Development

Changeset 8047

You must first sign up to be able to contribute.

Changeset 8047

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

1.1: added warning to sfPropelUniqueValidator (refs #2467)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/lib/plugins/sfPropelPlugin/lib/propel/validator/sfPropelUniqueValidator.class.php

    r7978 r8047  
    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