Subject Re: SUM()
Author Roman Rokytskyy
> Are you implying this is normal behaviour? Other drivers like
> Interclient with Firebird or JConnect with Sybase return INTEGER
> though and the numbers I've been testing with are very small.

As far as I know, JayBird simply translates you server response. If
server decided that sum() must be INT64, we translate it into the
BIGINT. InterClient should return BIGINT in this case too.

Best regards,
Roman Rokytskyy