Commit 17787aa1 authored by njero's avatar njero

Need to include float in the list for length checks. In general this default...

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
parent 5501a4b4
......@@ -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':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment