Opened 19 years ago
Last modified 19 years ago
#372 assigned defect
Set column types
Reported by: | azamorano | Owned by: | Jorge |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Interface | Version: | head |
Severity: | normal | Keywords: | |
Cc: |
Description
Some types returned by "info columns" call, are wrong.
Few examples:
-TOL Code: Set setText = SetOfSet(SetOfDate(y2001,y2002), SetOfDate(y2003,y2004));
info columns returns: {name Column1 type Text} {name Column2 type Text}
It should return: {name Column1 type Date} {name Column2 type Date}
Another one.
-TOL Code: Set setText = SetOfSet(SetOfText("test1","test2"),SetOfReal(1,2));
info colums returns: {name test1 type Real unknown 0 infinity 0} {name test2
type Real unknown 0 infinity 0}
In my humble opinion when there is mixture of types in the same column, the less
restrictive type should be returned, in that case "Text" instead of "Real".
Change History (2)
comment:1 Changed 19 years ago by
comment:2 Changed 19 years ago by
Status: | new → assigned |
---|
I will check it ASAP, just keep it as NEW so buzilla remember me avery day