When I run the migrations they fail with the following error message
lib/python3.6/site-packages/sql_server/pyodbc/base.py", line 575, in execute
return self.cursor.execute(sql, params)
django.db.utils.Error: ('07002', '[07002] [Microsoft][ODBC Driver 17 for SQL Server]COUNT field incorrect or syntax error (0) (SQLExecDirectW)')
When I run the migrations they fail with the following error message
lib/python3.6/site-packages/sql_server/pyodbc/base.py", line 575, in execute return self.cursor.execute(sql, params) django.db.utils.Error: ('07002', '[07002] [Microsoft][ODBC Driver 17 for SQL Server]COUNT field incorrect or syntax error (0) (SQLExecDirectW)')