I compiled ibm_db 2.0.2 from source using the dsdriver package 10.1fix2
I am connecting to an informix 12 database.
When fetching data from a colum with type DATETIME I get a string containing the datetime in the ISO datetime format instead of a python datetime datatype.
What I am I doing wrong?