django-pyodbc-azure
django-pyodbc-azure copied to clipboard
Create Table no affect
Python2.7.13 64 Django 1.11.2 Pyodbc4.0.16 use SQL SERVER2008 R2,run python manage.py migrate --run-syncdb show Create Table ...,but in fact ,in database ,no any tables existed,don't double INSTALL_APPS,with mysql,oracle,it's OK.
after I try to add connection.commit() OK
recently I update my project from django 1.6.2 to 1.11.2,with mysql is OK,when use sqlserver2008,have errors,the second problem is when {{form.permissons.as_widget}}
I delete some records from table auth_permissons(below 100) ,then run OK
It seems that you're using WDAC Driver (ODBC SQL Server Driver
) which is bundled with Windows, and some other people are also facing issues like #111 when they work with the same driver.
Why don't you update your database driver to Microsoft ODBC Driver for SQL Server or SQL Server Native Client?