Changeset 4775
- Timestamp:
- 08/16/08 10:30:34 (5 months ago)
- Files:
-
- 1 modified
-
branches/1.0/lib/Doctrine/Export/Mssql.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/lib/Doctrine/Export/Mssql.php
r4252 r4775 185 185 $query .= ', '; 186 186 } 187 $query .= 'ADD ' . $this-> conn->getDeclaration($fieldName, $field);187 $query .= 'ADD ' . $this->getDeclaration($fieldName, $field); 188 188 } 189 189 }