taq/phpreports

Wrong SUM / Unsuported type of mysql NEWDECIMAL

dfliess opened this issue · 0 comments

Not sure why but the comment that says that you return UNKNOWN and asume numerical is nor working for NEWDECIMAL fields of mysql

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";