OpenInformix / IfxPy

Informix native Python driver for scalable enterprise and IoT solutions.
Other
46 stars 22 forks source link

SQL with aggregat functions not working with ifxpy? #63

Closed johannes281 closed 2 years ago

johannes281 commented 2 years ago

Hi,

I'm trying to select a sum over a column in a table:

select sum(xy) from foo

The result must be 332.0579334527381. Or with casting to vachar(3) = 332. IfxPy brings the result "None".

Is this a known Bug?

Thanks Johannes

johannes281 commented 2 years ago

Sorry for opening this bug, I had a error in my code.