This commit is contained in:
2021-11-08 20:36:47 +06:00
3 changed files with 5 additions and 6 deletions

View File

@ -1441,7 +1441,7 @@ class EdtRec
if((value=="")&&(maybenull==0)) return false;
return isInt(value)
}else
if(type=="f8")
if(type=="f8" || type=="f4")
{
if((value=="")&&(maybenull==0)) return false;
return isFloat(value);