﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
240	TOL crashes with common code lines	César Pérez Álvarez	danirus	"If we prove this lines:

//////////////////////////////////////////////////////////////////////////////
Real SqlProParInsert(Set reg)
//////////////////////////////////////////////////////////////////////////////
{
  Text process = SqlFormatText(reg->Process, GesAct);
  Text nParam = SqlFormatReal(reg->NParam, GesAct);
  Text processParamType = SqlFormatText(reg->ProcessParamType, GesAct);
  Text description = SqlFormatText(reg->TDescription, GesAct);

  Set recordIns = SetOfText
  (
    process,
    nParam,
    processParamType,
    description
  );
  Text values = UnionItem(recordIns, "","");
  Text query = ""insert into  values (""+values+"");"";
  Text WriteLn(""Insertando el registro en BD: <""+query+"">"");
  Real SqlDBExecQuery(query)
};


TOL crashes without an explication."	defect	closed	highest		Various	head	blocker	fixed		
