django-pyodbc-azure icon indicating copy to clipboard operation
django-pyodbc-azure copied to clipboard

Supports nullable unique constraints

Open tax opened this issue 9 years ago • 2 comments

Hi @michiya,

I added support for nullable unique constraints based on: http://stackoverflow.com/a/767702 .

Can you please review and let me know what you think.

Regards Paul

tax avatar Sep 20 '15 17:09 tax

@michiya,

I encountered this error last week w/ Django 1.9 and opened a ticket with Django (https://code.djangoproject.com/ticket/27627) before realizing this is an issue with this backend. I created a workaround using a custom migration. Obviously, adding support for nullable unique constraints would be the preferred course of action. Is there anything I can do to help get this pull request released (e.g. testing)?

Thanks.

rjschave avatar Dec 27 '16 17:12 rjschave

Hi, is there any development here? I would like this feature as well.

NBajanca avatar Mar 01 '17 18:03 NBajanca