Nevermore icon indicating copy to clipboard operation
Nevermore copied to clipboard

Include details in QueryTranslator NotSupportedExceptions

Open rosslovas opened this issue 2 years ago • 0 comments

When running a query that attempts to use a method or an expression in a Where call that can't be translated to SQL, a NotSupportedException is thrown, but that exception doesn't say what was actually unsupported. This PR adds details to many of these exception messages so that it's easier to understand what exactly went wrong.

rosslovas avatar Feb 02 '23 06:02 rosslovas