﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
592	Dosen't work with null	mdiaz	danirus	"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	closed	highest		SetAlgebra	1.1.6	critical	worksforme		Alfredo Torre Javier Portugal
