Re: Adding support for SQL Server

2020-02-15 Thread Tim Allen
I don't think GitHub stars are a fair assessment; the backend that was most widely used for years has over 300: https://github.com/michiya/django-pyodbc-azure But that doesn't really tell much of the story, because the Django backends for SQL Server have been so fragmented over the years. Since

Re: Adding support for SQL Server

2020-02-13 Thread Dave Clevenger
NbR2BDgAJ > > Any support in core would need clear evidence of widespread demand. I > don't think there's much demand - e.g. that backend has only 38 stars on > GitHub. > > On Wed, 12 Feb 2020 at 20:33, Martynas Puronas > wrote: > >> Hey, I've been wor

Re: Adding support for SQL Server

2020-02-12 Thread Adam Johnson
mand - e.g. that backend has only 38 stars on GitHub. On Wed, 12 Feb 2020 at 20:33, Martynas Puronas wrote: > Hey, I've been working on adding support for SQL Server to Django, since > the package currently being linked recommended in Django's documentation > has been abandoned

Adding support for SQL Server

2020-02-12 Thread Martynas Puronas
Hey, I've been working on adding support for SQL Server to Django, since the package currently being linked recommended in Django's documentation has been abandoned (as well as a few others seem to be either abandoned or do not have the test suite passing), and I have made some s