Author: jwage
Date: 2008-08-27 03:27:34 +0100 (Wed, 27 Aug 2008)
New Revision: 4828

Modified:
   branches/1.0/lib/Doctrine/Formatter.php
Log:
fixes #1377


Modified: branches/1.0/lib/Doctrine/Formatter.php
===================================================================
--- branches/1.0/lib/Doctrine/Formatter.php     2008-08-27 01:53:12 UTC (rev 
4827)
+++ branches/1.0/lib/Doctrine/Formatter.php     2008-08-27 02:27:34 UTC (rev 
4828)
@@ -167,7 +167,6 @@
         }
         switch ($type) {
         case 'integer':
-        case 'enum':
         case 'boolean':
         case 'double':
         case 'float':
@@ -188,6 +187,7 @@
         case 'gzip':
         case 'blob':
         case 'clob':
+        case 'enum':
             $this->conn->connect();
 
             return $this->conn->getDbh()->quote($input);


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"doctrine-svn" group.
 To post to this group, send email to [email protected]
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.co.uk/group/doctrine-svn?hl=en-GB
-~----------~----~----~----~------~----~------~--~---

Reply via email to