Open
Description
I was wondering if the (n)encoding options are only used for mapping between the client and the database or also for decoding the incoming data into a Python string when reading from a database?
So let's say I have a database that is using latin-1 and I set my client's (n)encondig to latin-1 as well we should get a bunch of bytes over the line that would need to be decoded using latin-1. Does cx_Oracle do that automatically?