Show
Ignore:
Timestamp:
1/31/2007 8:52:01 AM (2 years ago)
Author:
bbowden
Message:

More files for Scale (ticket #114)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/reactor/core/objectTranslator.cfc

    r407 r417  
    110110                        <cfset paramNode(dictionaryXml, "/#alias#/#field.name#/maxlength", field.length) /> 
    111111                         
     112                        <!--- insure a scale exists ---> 
     113                        <cfset paramNode(dictionaryXml, "/#alias#/#field.name#/scale", field.scale) /> 
     114                         
    112115                        <!--- required validation error message ---> 
    113116                        <cfif NOT fields[x].nullable>