﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
593	DBSeriesColumn doesn't work with null	mdiaz	Jorge	"DBSeriesColumn dosen't work. Try to run this code, C1 takes the value of NULL.


Text Query.001 = 
""
select 'c1' as id_ser, convert(datetime, '20080101', 120) as id_date, 3 UNION
select 'c1' as id_ser, convert(datetime, '20080102', 120) as id_date, 2 UNION
select 'c1' as id_ser, convert(datetime, '20080103', 120) as id_date, 1 UNION
select NULL as id_ser, convert(datetime, '20080101', 120) as id_date, 8 UNION
select NULL as id_ser, convert(datetime, '20080102', 120) as id_date, 7 UNION
select NULL as id_ser, convert(datetime, '20080103', 120) as id_date, 6 
order by 1, 2
"";
Set XXXXXXX.001 = DBSeriesColumn(Query.001, C, 0);"	defect	new	high		Database	1.1.6	critical			Alfredo Torre Javier Portugal
