[QUESTION] Why is supports_ignore_conflicts = False
nooha102 opened this issue · 1 comments
nooha102 commented
Question
Why is supports_ignore_conflicts = False made False over here. https://github.com/microsoft/mssql-django/blob/dev/mssql/features.py#L41
I wanted to use this feature and enabled it in my django application for bulk create and it seems to be working fine. Is there any particular reason it is made false?
Relevant Issues and Pull Requests
#295
mShan0 commented
Hi @nooha102, It was changed here as MSSQL does not support it:
ESSolutions/django-mssql-backend#10
To double check, we ran our tests with the feature enabled and ran into multiple test failures