Title:
Bug 75515:When using ORM with cfscript and metadata to generate a char column, no matter what you specify for the column length, it gets created with a length of 1
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Devin Holloway / Devin (Devin Holloway)
Created: 02/16/2009
Components: ORM Support
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 / 223580
Priority/Frequency: Major / Unknown
Locale/System: English / Win All
Vote Count: 0
Problem:
When using ORM with cfscript and metadata to generate a char column, no matter what you specify for the column length, it gets created with a length of 1.
/**
* @column state_abbreviation
* @dataType char
* @length 2
*/
property String abbreviation;
I've tried other numbers, but regardless, the column gets set to char(1) everytime.
Method:
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3037559
External Customer Info:
External Company:
External Customer Name: Devin
External Customer Email: 5E060FD6422E831A992015D5
External Test Config: 02/16/2009
Attachments:
Comments: