﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
372	Set column types	azamorano	Jorge	"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""."	defect	assigned	normal		Interface	head	normal			
