Wrong SUM / Unsuported type of mysql NEWDECIMAL
dfliess opened this issue · 0 comments
dfliess commented
Not sure why but the comment that says that you return UNKNOWN and asume numerical is nor working for NEWDECIMAL fields of mysql
phpreports/php/PHPReportField.php
Line 73 in f81e4bd
For now I added :
$sStr =
"NUMBER,NUMERIC,INT,DOUBLE,DECIMAL,REAL,TINY,SHORT,LONG,FLOAT,LONGLONG,INT24,YEAR,CID,FLOAT4,FLOAT8,INT2,".
"INT4,MONEY,OID,RELTIME,XID,DOUBLE PRECISION,SMALLINT,TINYINT,BIGINT,INT64,INT8,DATE,DATETIME,NEWDECIMAL";