Ticket #35 (closed defect: fixed)
bug with getDefaultValue for table Field
| Reported by: | joaofernandes@… | Owned by: | bbowden |
|---|---|---|---|
| Type: | defect | Priority: | normal |
| Milestone: | Component: | Reactor - Core Framework | |
| Version: | 1.0 | Severity: | normal |
| Keywords: | getXML Field defaultValue | Cc: |
Description
I’m using reactorFactory.getxml() to build my custom plugins but reactor is failing on a specific table where I have a default value.
I debugged it and the problem is on the ObjectDao when calling
<cfset Field.default = getDefault(qFields.default, Field.cfDataType, Field.nullable) />
Which if I dump at the end the Field Object I have for default value: [undefined struct element]
Change History
Note: See
TracTickets for help on using
tickets.

