-
-
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
GetDescendant for a simple range fails with a HierarchyIdException #46
Labels
Comments
dotMorten
added
bug
Something isn't working
help wanted
Extra attention is needed
labels
Sep 24, 2020
I'll see what I can do to resolve the issue. |
@AndyBates6668 I have a fix for this issue. Tomorrow I will try to create a PR |
ppasieka
pushed a commit
to ppasieka/Microsoft.SqlServer.Types
that referenced
this issue
Sep 26, 2020
ppasieka
pushed a commit
to ppasieka/Microsoft.SqlServer.Types
that referenced
this issue
Sep 27, 2020
ppasieka
pushed a commit
to ppasieka/Microsoft.SqlServer.Types
that referenced
this issue
Sep 27, 2020
dotMorten
pushed a commit
that referenced
this issue
Dec 11, 2020
* #46 fix GetDescendant method on HierarchyId type * #46 Add negative tests for GetDescendants * #46 Use ExpectedExceptions attribute * Fix formatting of the TestMethod attribute * Replace ArgumentException with HierarchyIdException (fixes #48) Co-authored-by: Piotr Pasieka <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following unit test fails with the current code:
The text was updated successfully, but these errors were encountered: