Discussion:
[OS-JIRA] Created: (WOL-1217) Migrations for prototype stringArray use wrong method
Johann Werner (JIRA)
2011-11-02 10:49:50 UTC
Permalink
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
Loading...