Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include details in QueryTranslator NotSupportedExceptions #245

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rosslovas
Copy link
Contributor

@rosslovas rosslovas commented Feb 2, 2023

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 rosslovas force-pushed the pet/better-queryable-NotSupportedException branch from c6a9a23 to 3912902 Compare February 2, 2023 07:26
@rosslovas rosslovas changed the title Include the signature of unsupported method in QueryTranslator exception Include details in QueryTranslator NotSupportedExceptions Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant