Modify ↓
Ticket #671 (closed defect: fixed)
new version of mssql does not support DROP DEFAULT
| Reported by: | victor.krivolap@… | Owned by: | andrew |
|---|---|---|---|
| Priority: | major | Milestone: | 1.0 |
| Component: | databaseapi | Version: | 0.7.2 |
| Keywords: | Cc: |
Description
I use MSSQL. When I try execute 'python manage.py migrate forum' I receive error:
django.db.backends.sqlserver_ado.dbapi.DatabaseError?: (-2147352567, 'Exception occurred.', (0, u'Microsoft OLE DB Provider for SQL Server', u"Incorrect syntax near the keyword 'DEFAULT'.", None, 0, -2147217900), None)
Command:
ALTER TABLE [repute] ALTER COLUMN [value] DROP DEFAULT;
Information about DROP DEFAULT: http://msdn.microsoft.com/en-us/library/ms188747.aspx
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

The MSSQL module is currently mostly unmaintained, so sticking this into The Future for now.