- remove debug code
This commit is contained in:
parent
efc7baa19b
commit
fd0c11073c
1 changed files with 0 additions and 1 deletions
|
@ -216,7 +216,6 @@ class Doctrine_DataDict_Mysql extends Doctrine_DataDict
|
||||||
return 'DOUBLE';
|
return 'DOUBLE';
|
||||||
case 'decimal':
|
case 'decimal':
|
||||||
$length = !empty($field['length']) ? $field['length'] : 18;
|
$length = !empty($field['length']) ? $field['length'] : 18;
|
||||||
var_dump('DECIMAL('.$length.','.$this->conn->getAttribute(Doctrine::ATTR_DECIMAL_PLACES).')');
|
|
||||||
return 'DECIMAL('.$length.','.$this->conn->getAttribute(Doctrine::ATTR_DECIMAL_PLACES).')';
|
return 'DECIMAL('.$length.','.$this->conn->getAttribute(Doctrine::ATTR_DECIMAL_PLACES).')';
|
||||||
}
|
}
|
||||||
throw new Doctrine_DataDict_Exception('Unknown field type \'' . $field['type'] . '\'.');
|
throw new Doctrine_DataDict_Exception('Unknown field type \'' . $field['type'] . '\'.');
|
||||||
|
|
Loading…
Add table
Reference in a new issue