C# 11 raw string literals with ExecuteSqlRawAsync on PostgreSQL have case sensitive problem
I encountered an issue while attempting to modify my SQL query to address warnings about potential SQL injection. I aimed to parameterize the query and use raw string literals, but I received an error message instead. It seems the error…