Changeset 8047
- Timestamp:
- 03/22/08 17:10:01 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/plugins/sfPropelPlugin/lib/propel/validator/sfPropelUniqueValidator.class.php
r7978 r8047 23 23 * the value for this column already 24 24 * 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. 25 29 * 26 30 * @package symfony