Subject | Function SUM problem |
---|---|
Author | Haris Papadopoulos |
Post date | 2002-11-22T12:04:23Z |
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.