﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
80	Crash TOL when used functions of construción of series by SQL	rcsoto	manuelb	"When used DBSeries, DBSeriesTable or DBSeriesColumn obtain the next result:

Warning: (Funcion DBSeries) y1999m01d02 is not a date of dating Mensual at 
register 2

Warning: (Funcion DBSeries) y1999m01d03 is not a date of dating Mensual at 
register 3

then, TOL crash.

The sentences used in the example are:

Real DBOpen(""_alias_odbc"",""_user_"",""_pwd_"");

Text strSql =
""
  select cast('1999/01/01' as datetime) as valueDate, 586516820.895 as value
union
  select cast('1999/02/01' as datetime), 525347193.128 union
  select cast('1999/03/01' as datetime), 587432210.614
"";

Set ser = DBSeries(strSql, Mensual, SetOfText(""value""), Empty, ?);

Real DBClose(""_alias_odbc_"");

These functions can be proven with any SQL, that the result is always same.... 
crash TOL."	defect	closed	highest		SetAlgebra	head	blocker	fixed		
