Ticket #9 (closed defect: fixed)
No support for unsigned numerics in MySQL4
| Reported by: | mark@… | Owned by: | dhughes |
|---|---|---|---|
| Type: | defect | Priority: | high |
| Milestone: | Component: | Reactor - General | |
| Version: | 1.0 | Severity: | major |
| Keywords: | Cc: |
Description
I've been getting a lot of errors with ObjectDOA.getCfSqlType() and
ObjectDOA.getCfDataType(). Any unsigned integer value is triggering
the Unsupported (or incorrectly supported) database datatype: error.
In these cases arguments.typeName is "int unsigned", "tinyint unsigned" etc....
I'm not sure whether this has been deliberately ommited, accidentally
ommited or whether <cfset dataType =
REReplace(qFields.TYPE,"(.*)\((.*)\)","\1") /> shouldn't be including
the unsigned part in its search.
Anyway thought I should mention it before I run off and change all my
fields to signed.
Change History
Note: See
TracTickets for help on using
tickets.

