Subject SUM()
Author Haris Papadopoulos
Referring to a previous mail I sent:
 
I'm working on a recent CVS-built  version of the driver and I discovered that the following query:
 
SELECT SUM(some_column_name) FROM some_table
 
where some_column_name is of type INTEGER
 
returns a BIGDECIMAL number where, obviously, an INTEGER is expected.
 
It is probably a bug. Has anyone located it?
 
 
Thanx,
Haris.