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

implement support for SqlHierarchyId #6

Merged
merged 3 commits into from
Sep 25, 2018
Merged

Conversation

olmobrutall
Copy link
Contributor

@olmobrutall olmobrutall commented Sep 14, 2018

I've implemented support for SqlHierarchyId (issue #3)

The basic code HierarchyId is a slightliy modification from the code in https://github.com/aspnet/EntityFramework6/blob/master/src/EntityFramework/Hierarchy/HierarchyId.cs

The most complicated part was implementing the binary serialization, but I've found this awesome blog post http://www.adammil.net/blog/v100_how_the_SQL_Server_hierarchyid_data_type_works_kind_of_.html

@olmobrutall
Copy link
Contributor Author

No activity here, so I've published a Nuget from my Fork: https://www.nuget.org/packages/unofficial.microsoft.sqlserver.types/

@dotMorten dotMorten changed the base branch from master to dev September 25, 2018 20:21
@dotMorten dotMorten merged commit 746d59e into dotMorten:dev Sep 25, 2018
@dotMorten
Copy link
Owner

Awesome work. Thanks!

olmobrutall referenced this pull request in signumsoftware/framework Oct 5, 2018
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.

2 participants