Opened 2 years ago

Closed 2 years ago

#33600 closed Bug (invalid)

Migrate error with SQL server since 3.1 django, ok in 3.0.14, KO in 4.0

Reported by: ichauve Owned by: nobody
Component: Migrations Version: 4.0
Severity: Normal Keywords: migrate SQL server
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hello,

I'm reporting you error with the command:
python manage.py migrate

There is no error with the 3.0.14 django version.
but after the version 3.1, errors appears.

Please find attached my report file.
This report show you error logs with the version 3.1 and 4.0.3
but there are errors also with the versions 3.2.12, 3.1.14.

Sincerely,

Attachments (1)

migrate_error_sql_serveur.pdf (141.6 KB ) - added by ichauve 2 years ago.
bugs description with logs in several django version

Download all attachments as: .zip

Change History (2)

by ichauve, 2 years ago

bugs description with logs in several django version

comment:1 by Simon Charette, 2 years ago

Resolution: invalid
Status: newclosed

Thank you for your report but Django doesn't maintain a SQL Server backend so the issue you're encountering should be reported to the third-party Python package bug tracker instead.

That is either django-mssql-backend or mssql-django I would assume.

Note: See TracTickets for help on using tickets.
Back to Top