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

Basic support for SQL Server 2008 #59

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There's no official support for MSSQL 2008 yet, so i thought it would be a
good idea to at least add some support for it. :)

Basically you can already connect to a 2008 server but there is a problem
with the unicode conversion which needs to be fixed. A patch is attached
but imho these parts should be rewritten in a more forward compatible way
(so this problem doesn't need to be adressed again when the next MSSQL
server arrives).

Of course the test suite still needs some tweaking but for a simple server
this works quite well.

Regards
Flo

Original issue reported on code.google.com by Florian....@gmail.com on 13 Aug 2009 at 2:07

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by vcc.ch...@gmail.com on 24 Jan 2010 at 8:00

GoogleCodeExporter commented 9 years ago
Since this was a pyodbc issue 
(http://code.google.com/p/pyodbc/issues/detail?id=36) and got fixed in pyodbc 
2.1.5 a better/real patch got commited in r175. This closes this issue.

Original comment by Florian....@gmail.com on 26 Aug 2010 at 11:42