django-pyodbc
django-pyodbc copied to clipboard
Deprecated. Please visit the fork at https://github.com/lionheart/django-pyodbc/
Namely: - get_grouping() argument list changed: in 1.5 it takes the `ordering_group_by` parameter - _DJANGO_VERSION was not set correctly in base.py
Changed versioning script to auto-adjust to new django versions. Additionaly support for Django
I had a problem where I was using a BigIntegerField as the 'id' field for certain tables and that column was not being created when doing a syncdb. So I...
Microsoft has a SQL Server driver for linux (http://www.microsoft.com/en-us/download/details.aspx?id=28160) Sending utf-8 to this driver will corrupt data. It needs parameters to be sent to pyodbc in unicode strings, like other...
Hi there, I'm sending fixed commits. First, I've fixed the collation option, since it was using the old-style DATABASE_OPTIONS settings. Second, I had a problem with UTF-8. I got UnicodeDecodeError...
I know this library is not supported for mssql 2008, but this patch had rescued my project. Tested with Django 1.3 and 1.4. Without it I was not able to...