Need to include float in the list for length checks. In general this default for length should be removed downstream in validator but to be consistent
This commit is contained in:
parent
5501a4b434
commit
17787aa173
1 changed files with 1 additions and 0 deletions
|
@ -705,6 +705,7 @@ class Doctrine_Table extends Doctrine_Configurable implements Countable
|
|||
switch ($type) {
|
||||
case 'string':
|
||||
case 'clob':
|
||||
case 'float':
|
||||
case 'integer':
|
||||
case 'array':
|
||||
case 'object':
|
||||
|
|
Loading…
Add table
Reference in a new issue