From 60a59015e6421053417fb572f99193040d13c7f9 Mon Sep 17 00:00:00 2001 From: zYne Date: Mon, 16 Apr 2007 18:00:03 +0000 Subject: [PATCH] added new portability option --- lib/Doctrine.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/Doctrine.php b/lib/Doctrine.php index 95747a8a9..a0984dda2 100644 --- a/lib/Doctrine.php +++ b/lib/Doctrine.php @@ -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