Changeset 4828
- Timestamp:
- 08/27/08 02:27:34 (10 months ago)
- Files:
-
- 1 modified
-
branches/1.0/lib/Doctrine/Formatter.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/lib/Doctrine/Formatter.php
r4645 r4828 168 168 switch ($type) { 169 169 case 'integer': 170 case 'enum':171 170 case 'boolean': 172 171 case 'double': … … 189 188 case 'blob': 190 189 case 'clob': 190 case 'enum': 191 191 $this->conn->connect(); 192 192