Skip to content

Conversation

@escuccim
Copy link

The code works fine as is with v15, however connection fails as the key is missing from _sql_server_versions. Adding the key resolves this issue.

The code works fine as is with v15, however connection fails as the key is missing from _sql_server_versions. Adding the key resolves this issue.
12: 2014,
13: 2016,
14: 2017,
15: 2017,
Copy link

@daybarr daybarr Jan 30, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be

        15: 2019,

2019 not 2017 ;)

But ... this project is no longer being maintained, and you should probably consider switching to https://github.com/FlipperPA/django-mssql-backend which has forked this project, landed the recent suggested improvements here, and is working to get mssql support into Django core. I've ported your PR over to that project (which also needs the change) in FlipperPA/django#13 . Thanks

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah sorry, I got confused. As noted here FlipperPA has actually endorsed the https://github.com/ESSolutions/django-mssql-backend fork which is putting out packages and supports Django 3 now.

I've ported your PR over to that project instead, which is what I should have done in the first place sorry. ESSolutions#32

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants