here is his quote:
I wrote the mysql4 support for Reactor but didn't have time to test it
much so the bug is my fault. Sounds like the assignment to length
should probably be changed from:
<cfset length = REReplace(qFields.TYPE ,"(.*)\((.*)\)","\2") />
to:
<cfset length = val(REReplace(qFields.TYPE,"(.*)\((.*)\)","\2")) />
in reactor/data/mysql4/ObjectDao.cfc (in my copy it's line 77 but that
may be a modified version of the core).
On 2/8/06,
Michael Lantz <[EMAIL PROTECTED]> wrote:
So, I am working on a project that includes the use of a Decimal datatype.When I look at the values in SQL Server Management Studio, the values look fine, but when they are inside a Reactor object, the value gets truncated to an integer.Anyone else experience this? I haven't had time to look at the xml metadata, but I am guessing it has something to do with how a datatype is setup when it reads in the database schema.Michael
--
[EMAIL PROTECTED]
http://blog.rawlinson.us
If you want Gmail - just ask.

