google-code-export / django-pyodbc

Automatically exported from code.google.com/p/django-pyodbc
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Investigate new pyodbc 2.1.5 unicode_results connect() parameter #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
See http://code.google.com/p/pyodbc/wiki/Module#connect

Original issue reported on code.google.com by cra...@gmail.com on 21 Apr 2009 at 3:28

GoogleCodeExporter commented 9 years ago
We needed this option set to True to get correct strings from our models fields 
with
non-ASCII characters, in fact if any such characters were in the database field 
it
would just bomb on the conversion and return empty strings. I added it as an 
option. 

See patch attached.

I also noticed that it would not actually honor the MARS_Connection or datefirst
options as an incorrect dictionary would be used to look this up.

Original comment by jacques....@gmail.com on 15 Jan 2010 at 8:26

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in r175.

Original comment by cra...@gmail.com on 9 Oct 2010 at 12:34