michiya / django-pyodbc-azure

Django backend for Microsoft SQL Server and Azure SQL Database using pyodbc
https://pypi.python.org/pypi/django-pyodbc-azure
BSD 3-Clause "New" or "Revised" License
321 stars 140 forks source link

SQL Server Parameter Limitation #202

Open titaniumleg94 opened 5 years ago

titaniumleg94 commented 5 years ago

FlipperPA gave me the idea to post this here. Please see this SO question for a full description of the problem: https://stackoverflow.com/questions/53856982/django-pyodbc-azure-sql-server-parameter-limitation.

Basically, SQL Server's 2,100 parameter limitation does not appear to be accounted for in this repo, like it is in the native backends in Django (i.e. Oracle). I appreciate any help on this! This is a fantastic project and has done so much for our team.

techknowfile commented 3 years ago

Necro'ing this issue