Skip to content

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