1
0
mirror of synced 2025-01-18 22:41:43 +03:00

added new portability option

This commit is contained in:
zYne 2007-04-16 18:00:03 +00:00
parent 647542d5ee
commit 60a59015e6

View File

@ -317,12 +317,16 @@ final class Doctrine
* @see Doctrine::ATTR_PORTABILITY
*/
const PORTABILITY_FIX_ASSOC_FIELD_NAMES = 16;
/**
* Portability: makes Doctrine_Expression throw exception for unportable RDBMS expressions
* @see Doctrine::ATTR_PORTABILITY
*/
const PORTABILITY_EXPR = 32;
/**
* Portability: turn on all portability features.
* @see Doctrine::ATTR_PORTABILITY
*/
const PORTABILITY_ALL = 17;
const PORTABILITY_ALL = 33;
/**
* LOCKMODE CONSTANTS