1
0
mirror of synced 2024-12-13 14:56:01 +03:00

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:
njero 2007-08-10 07:07:24 +00:00
parent 5501a4b434
commit 17787aa173

View File

@ -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':