rofenix2
rofenix2
So is anybody managing this project or what?. People been complaining about this since 2019 and still no answer?.
Sorry for reopen but does this mean that i cant change nvarchar(max) for json columns?. Cause that is exactly what i am trying to do according to Microsoft documentation to...
No i wont index it, i am just trying to follow ms recommendation according to the documentation in here: https://learn.microsoft.com/en-us/sql/relational-databases/json/store-json-documents-in-sql-tables?view=sql-server-ver16 Even tho they tell you twice to use nvarchar(4000) "for...
See this issue please, it might be related: https://github.com/dotnet/efcore/issues/30195
Will this be on EFCore 7 seeing that this is already completed in SqlClient? https://github.com/dotnet/SqlClient/pull/1813
This issue is breaking the openapi typescript fetch client generator and others. Any news on this?.
So did this ever got fixed? i am using a custom OperationFilter for now...