﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
321	Grammar in DBTable	Chakib Faghloumi	Javier Portugal	"The Table01 have the different grammar in each component of each column but 
Tol return the Text grammar in all of their component
Example:
//////////////////////////////////////////////////////////////////// 
Set Table01 = DBTable(
""select 1, 'a', str_to_date('20050103', '%Y%m%d')
 union all
 select 'a', str_to_date('20050103', '%Y%m%d'), 1
 union all
 select str_to_date('20050103', '%Y%m%d'), 1, 'a'"");
////////////////////////////////////////////////////////////////////"	defect	closed	normal		DataBase	head	normal	invalid	TOL	
