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

Fix regression to allow custom value conversion mapping when the ClrType is of non-NTS type. plus added unit test. #1935

Open
wants to merge 4 commits into
base: 8.0-maint
Choose a base branch
from

Conversation

anasgauba
Copy link

Fix regression to allow custom value conversion mapping when the ClrType is of non-NTS type. plus added unit test.

  • regression introduced in commit 3ef628f

Refs #1921

Also updates System.Text.Json package to resolve CVE-2024-30105.

ANASGAUBA added 4 commits July 31, 2024 09:17
…rlier conversion of custom mapping fix.

 - The Geometry column mapping issue is caused when the storeTypeName is null as a result of user's not specifying `.HasColumnType()` in their entity configuration.
 - We still cannot use defaultStoreType when storeTypeName is null because then we cannot do custom value conversion such as mapping non-NTS types (byte[]) to NTS geometry types as was intended with the previous commits.

See PomeloFoundation#1921
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.

1 participant