chornbeak / pyodbc

Automatically exported from code.google.com/p/pyodbc
MIT No Attribution
0 stars 0 forks source link

UTF-16 in memory strings in results #391

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.see issue 78
2.
3.

What is the expected output? What do you see instead?
expect normal string
get UTF16 string

What version of the product are you using? On what operating system?
pyodbc-3.0.7 on MacOSX 10.9 Mavericks

Please provide any additional information below.
I believe this is a regression of issue 78.
Also see https://github.com/lionheart/django-pyodbc/issues/35
I am submitting this as a separate bug so that it shows up on the list of open 
bugs.  It would be fine to reopen 78 and close this one.   The current patch 
for 78 will not apply exactly but it is a single line change so easy enough.

Original issue reported on code.google.com by adrian...@gmail.com on 20 Jan 2015 at 8:39