From 80d7327b5bf11de1a99aec316241fe244d274d8d Mon Sep 17 00:00:00 2001 From: zYne Date: Mon, 29 Jan 2007 21:24:18 +0000 Subject: [PATCH] --- lib/Doctrine/Validator.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Doctrine/Validator.php b/lib/Doctrine/Validator.php index 44f57f8ca..6293e88ba 100644 --- a/lib/Doctrine/Validator.php +++ b/lib/Doctrine/Validator.php @@ -136,6 +136,8 @@ class Doctrine_Validator || $name == 'protected' || $name == 'autoincrement' || $name == 'default' + || $name == 'values' + || $name == 'sequence' ) { continue; }