-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Django 2.2 support #192
Comments
Django 2.2 is out now. |
Any word on this, @michiya? Anything we can help with? |
Django 2.2 is an LTS release so I'm just here to say +1 to this issue |
For everyone looking for 2.2 support - it's possible to simply change the version constraints and this driver installs properly. It works fine for my application but I don't know if there are any hidden problems that will come up later. |
I'm more than happy to submit code that adds Django 2.2 support, although I'm not really an expert on SQL Server. |
As noted at the top of the thread -- there are new features that Django will be checking for. It's not clear whether the defaults they have set in the base class match up with the feature support in SQL Server. So you may run into problems during things like bulk inserts, creating indexes, or using newer ORM features. It would probably be a good idea just to establish the correct values for the features listed as a first step towards Django 2.2 support. |
Apologize for the delay. I'm working on it and hope that I can publish a new version for Django 2.2 in this month. |
Needed here also, thanks for working on it! |
Are there any sub-issues that need to be tackled that would help close this one out? I'd be more than happy to help, as this project is very useful to some of my company's efforts. |
Any update on this @michiya ? |
Hi @michiya, would you be able to confirm 2.2 support is still in the pipeline? I'm happy to wait (and help if there's anything), however knowing it'll come at some point will help steer some support decisions. |
any update? would be much appreciated! |
Just checking in to see if there have been any updates on this... as we're looking to move to 2.2 as well. |
Hey folks who've been waiting, it looks like it is safe to say this project is no longer maintained. I think it is time to try to bring support for SQL Server into Django core. This will require a community effort, and require us to continue to contribute. I've already seen a few forks of this project to bring in 2.2 compatibility, and rather than duplicating effort in forks, and creating confusion on PyPI, it'd be best if we get SQL Server support in Django itself. I've started a fork of Django with an open issues list. I've merged some of the excellent work done to make https://github.com/FlipperPA/django-mssql-backend/tree/feature/add-mssql-backend Today, I've gotten the backend running off of the latest Django
There is a lot of work to do, and I've just scratched the surface of issues here: Have a look, let me know what you think, add issues or PRs - we can make this happen, and finally put an end to the question of which fork of django-pyodbc to use. For the Microsoft employees on the thread, it'd be great if we could get Microsoft to back this effort with a yearly donation to the Django Software Foundation and developer time! That would go a long way towards convincing the DSF that this is worth it, as the paid Django fellows will have to spend time maintaining this going forward for releases. It's a big ask to add another backend to the workload. What do y'all think? |
Hi,
There seems to be new alpha version released of Django and it appears that it will require some database backend changes. So I'm just giving you a head's up because I will be very interested in keep using my MS SQL database with Django 2.2 once it's released. Thanks for keeping it up to date so far!
https://docs.djangoproject.com/en/dev/releases/2.2/#database-backend-api
The text was updated successfully, but these errors were encountered: