Skip to content
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

Update SQL Server engine as mssql-django #446

Merged
merged 4 commits into from Mar 5, 2023
Merged

Update SQL Server engine as mssql-django #446

merged 4 commits into from Mar 5, 2023

Conversation

rcy17
Copy link
Contributor

@rcy17 rcy17 commented Mar 5, 2023

As pointed in #295 , mssql-django is an official django-mssql-backend port by Microsoft in the making. Besides, this package is also the only backend mentioned in django docuent for SQL Server ( https://docs.djangoproject.com/en/4.1/ref/databases/#using-a-3rd-party-database-backend ) .

Based on the document of mssql-django, the name of name should be mssql, so I changed it.

BTW, it's my regret to get known to django-environ so late, before which I was always struggling with a mess of varaibles in .env like "MYSQL_USER", "MYSQL_PASSWD", "DATABASE_ENGINE" to manage the different database between development and production environment. Thank you!

@sergeyklay sergeyklay added enhancement New feature or request good first issue Good for newcomers labels Mar 5, 2023
@sergeyklay
Copy link
Collaborator

@rcy17 Could you please update tests in test_db_parsing. It would also be nice to update the change log. Thank you!

@rcy17
Copy link
Contributor Author

rcy17 commented Mar 5, 2023

Sorry for ignoring the tests.
I'v fixed the test and updated the change log. But I'm not sure the version number of this, and I just used 0.10.1.

@coveralls
Copy link

Coverage Status

Coverage: 91.635%. Remained the same when pulling 79957a8 on rcy17:patch-1 into 2191f5d on joke2k:develop.

Copy link
Collaborator

@sergeyklay sergeyklay left a comment

Choose a reason for hiding this comment

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

Looks good to me

@sergeyklay sergeyklay merged commit 05b3199 into joke2k:develop Mar 5, 2023
25 of 26 checks passed
@sergeyklay
Copy link
Collaborator

Thank you!

@sergeyklay sergeyklay self-assigned this Mar 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants