Teradata / PyTd

A Python Module to make it easy to script powerful interactions with Teradata Database in a DevOps friendly way.
MIT License
108 stars 43 forks source link

Decimal return NaN #53

Closed flolas closed 8 years ago

flolas commented 8 years ago

I'm using Python 2.7, ODBC 15.10.01, Teradata Database 14 and PyTd 15.10.0.18 2016-09-03 19:11:04,928 - teradata.udaexec - INFO - Query Successful. Duration: 0.002 seconds, Rows: 9, Query: SELECT * FROM financial.prueba_final Row 1: [prueba2, NaN, NaN, 2008-03-02, 2008-03-02 00:00:00] Row 2: [prueba2, NaN, NaN, 2008-03-02, 2008-03-02 00:00:00] Row 3: [prueba2, NaN, NaN, 2008-03-02, 2008-03-02 00:00:00] Row 4: [prueba2, NaN, NaN, 2008-03-02, 2008-03-02 00:00:00] Row 5: [prueba2, NaN, NaN, 2008-03-02, 2008-03-02 00:00:00] Row 6: [prueba2, NaN, NaN, 2008-03-02, 2008-03-02 00:00:00] Row 7: [prueba2, NaN, NaN, 2008-03-02, 2008-03-02 00:00:00] Row 8: [prueba2, NaN, NaN, 2008-03-02, 2008-03-02 00:00:00] Row 9: [prueba2, NaN, NaN, 2008-03-02, 2008-03-02 00:00:00]