Subject Function SUM problem
Author Haris Papadopoulos
Hi,
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, so our code throws exception.
 
It is probably a bug. Does anyone know if it has been fixed?
 
Haris.