I'm using fastAPI for backend and SQL Server for the database. Every time I try to PATCH, I get this error:
(pyodbc.ProgrammingError) ('42000', "[42000] [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Cannot update identity column 'id'.
Is there any ways for me to do some PATCH or PUT data in SQL Server from fastAPI? Thank you!