-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
HierarchyId inconsistency #34
Comments
This issue is holding me up too. I believe PR #33 would fix my issue, or at least begin to. |
Hello, @dkearney1, |
@Liklainy I have admit that my bit-twiddling skills are not up to the task of creating additional patterns, even after having read the documentation you linked. Should I be engaging the article's author about this? |
Seems to be working just fine with latest source code, likely with PR 33 that changed it to use longs for parsing instead. Added a unit test also to ensure this won't regress |
Hello! Thanks for your hard work! 😄
In real data set I have encountered an hierarchyid like this:
And I was not able to parse it with
SqlHierarchyId
implementation in this libraryEncountered two blockers:
SqlHierarchyId
, because underlying node type isint
(PR HierarchyId underlying type should be long #33)The real problem is the second blocker.
It seams that current patterns don't implement all cases.
The text was updated successfully, but these errors were encountered: