From 7d7df95556942afcc87d0141846760d33d4f0b20 Mon Sep 17 00:00:00 2001 From: zYne Date: Mon, 23 Jul 2007 23:34:23 +0000 Subject: [PATCH] --- .../object-relational-mapping/constraints-and-validators.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/manual/new/docs/en/object-relational-mapping/constraints-and-validators.txt b/manual/new/docs/en/object-relational-mapping/constraints-and-validators.txt index f4361d858..643c20683 100644 --- a/manual/new/docs/en/object-relational-mapping/constraints-and-validators.txt +++ b/manual/new/docs/en/object-relational-mapping/constraints-and-validators.txt @@ -75,9 +75,7 @@ class User extends Doctrine_Record +++ Check -Doctrine check constraints act as database level constraints as well as application level validators. When a record with check validators is exported additional CHECK constraints are being added to CREATE TABLE statement. - -Doctrine provides the following simple check operators: +Some of the Doctrine validators also act as database level check constraints. When a record with these validators is exported additional CHECK constraints are being added to CREATE TABLE statement. Consider the following example which uses 'min' validator: