[OS-JIRA] Created: (WOL-1217) Migrations for prototype stringArray use wrong method
"Johann Werner (JIRA)" <[email protected]> Wed, 2 Nov 2011 10:49:50 +0000 (UTC)
| Newsgroups | gmane.comp.web.webobjects.woproject.devel |
|---|---|
| Message-ID | <298680861.360.1320230991000.JavaMail.tomcat@us-rs01.objectstyle.com> |
Migrations for prototype stringArray use wrong method
-----------------------------------------------------
Key: WOL-1217
URL: http://issues.objectstyle.org/jira/browse/WOL-1217
Project: WOProject/WOLips
Issue Type: Bug
Components: WOLips General
Environment: WOLips 3.7, Eclipse 3.7.1
Reporter: Johann Werner
Priority: Minor
When using the prototype stringArray the migration code produced by entity modeler is:
myTable.newStringColumn("myArrayAttribute", ${attribute.width}, false);
though it should read:
myTable.newLargeStringColumn("myArrayAttribute", false);
as there is no width for that attribute.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira