ipython-sql
ipython-sql copied to clipboard
Encoding issue
I'm using a connection string like this:
%sql oracle://usersid:pw@ip:1521/SID
However, the specially encoded strings in the database (Vietnamese) are not returned correctly.
What I got is Nguy?n M?nh Linh
Any idea?