Previous Topic

Next Topic

Corrected c-treeACE SQL PANIC Resolved

c-treeACE SQL had experienced a PANIC while executing a SQL statement referencing numeric values with the following error message in CTSTATUS.FCS:

 - User# 00018	:	PANIC - DTM data_get_obj 1 PID 203

An internal function did not always correctly handle the case of a "xxx.0" numeric value. This was corrected by verifying that the number of decimal digits is > 0 before checking if the other digits have been used to store the sign.