ibmdbanalytics/ibmdbpy

BUG: ibmdby showing columns in a different language whereas ibm_db showing it properly in english

Opened this issue · 0 comments

I was trying to use ibmdbpy to get my data via sql query into a database and was shocked to see that the output was in a different language

screen shot 2017-12-07 at 4 40 55 pm

I used ibm_db earlier, and this is what came out. I am looking for ibm_db alternatives because it doesn't have a fetchall() method and iterating over the fetch_row() function until false seems like an inefficient and slow way to get the row data

screen shot 2017-12-07 at 4 41 06 pm

Can someone please help me with this? How does one proceed?