BUG: ibmdby showing columns in a different language whereas ibm_db showing it properly in english
Opened this issue · 0 comments
brityboy commented
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
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
Can someone please help me with this? How does one proceed?