#368 closed defect (fixed)
The parser can't recognize a non-sense code.
Reported by: | imendez | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Kernel | Version: | head |
Severity: | normal | Keywords: | |
Cc: |
Description
Hi, if you run the code below, TOLBase falls down. I don´t know if it's an error
or if, simply, I must stop writing in TOL, because this code has no sense. But,
shouldn't TOL parser recognize my error?
Set SInc = SqlDecLimGetAll(Real useLess)
{
Text qry =
"
select lowerLimit, upperLimit, minAbsIncrease, maxAbsIncrease,
minPercIncrease, maxPercIncrease
from DecisionLimits";
DBTable(qry)
};
Regards.
Change History (3)
comment:1 Changed 19 years ago by
Owner: | changed from danirus to Víctor de Buen Remiro |
---|
comment:2 Changed 19 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 18 years ago by
bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000368 |
---|
Note: See
TracTickets for help on using
tickets.
Bug has been fixed in CVS.
This error is reported now
ERROR: [1] Declaración errónea
SqlDecLimGetAll{
}
ERROR: [2] SInc no se pudo crear.
Thanks to report.