-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Configure DisableNullChecks
at query and/or mapper level
#238
Comments
Hi @k94ll13nn3, Unfortunately, this isn't possible at the moment. This issue is related to #179. Currently, these settings can only be used globally. However, I'm planning to release a new version that addresses this problem. The main obstacle is the breaking changes required to implement this feature, as it necessitates changes to the static global configuration class. (we should remove it) I anticipate that this will be available in the next major version. |
Although ... 🤔 |
That was fast, thank you 👍 . |
Yeah, It was easier than I thought so I didn't want to postpone it ...😊 I released |
Details
Hi, would it be possible to allow the configuration of
DisableNullChecks
and/orEntityFrameworkCompatibilityLayer
in the mapper configuration or when executing the query?I want to use Gridify in a shared package in our company, but I want to be sure that the configuration stays the same depdending on what configuration the consumers have since what I will be doing requires a specific value for these properties.
The text was updated successfully, but these errors were encountered: