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
@ -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…
Reference in New Issue
Block a user