BF [ 1686341 ] List Datatype bug
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=1686341&group_id=176962
This commit is contained in:
parent
c3bf336805
commit
f0bbcfb54d
|
@ -411,7 +411,7 @@ public class MColumn extends X_AD_Column
|
|||
if (dt == DisplayType.YesNo)
|
||||
return "CHAR(1)";
|
||||
if (dt == DisplayType.List)
|
||||
return "CHAR(" + getFieldLength() + ")";
|
||||
return "NVARCHAR2(" + getFieldLength() + ")";
|
||||
else if (!DisplayType.isText(dt))
|
||||
log.severe("Unhandled Data Type = " + dt);
|
||||
|
||||
|
|
Loading…
Reference in New Issue