You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)')
The text was updated successfully, but these errors were encountered:
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)')
The text was updated successfully, but these errors were encountered: