I ran into further fields with the "unsigned" designation.
Instead of adding them to that list, I removed all the "unsigned"
fields from the list and I threw this bit of code in that function to
strip the "unsigned" from the datatype:
<cfset arguments.typeName = #Replace(arguments.typeName,"unsigned","")#>
<cfset arguments.typeName = #Replace(arguments.typeName," ","","ALL")#>
On 4/7/06, Sean Corfield <[EMAIL PROTECTED]> wrote:
> Looks like a reasonable change to me. I'll run some tests on it and
> merge it in over the weekend unless Doug beats me to it...
-- Reactor for ColdFusion Mailing List -- [email protected]
-- Archives at http://www.mail-archive.com/reactor%40doughughes.net/