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

release/v20.07 - fix(gqlParser): Handle strings with only whitespace in parseID (#6615) #6674

Merged
merged 1 commit into from
Nov 2, 2020

Conversation

jarifibrahim
Copy link
Contributor

@jarifibrahim jarifibrahim commented Oct 7, 2020

ParseID function would panic if the input consists of only whitespace characters. This PR fixes it.
Fixes GRAPHQL-720

(cherry picked from commit d994cb3)

Conflicts:
gql/parser_test.go


This change is Reviewable

Docs Preview: Dgraph Preview

ParseID function would panic if the input consists of only whitespace characters. This PR fixes it.
Fixes GRAPHQL-720

(cherry picked from commit d994cb3)

Conflicts:
	gql/parser_test.go
@github-actions github-actions bot added the area/querylang Issues related to the query language specification and implementation. label Oct 7, 2020
@jarifibrahim jarifibrahim merged commit d117fc1 into release/v20.07 Nov 2, 2020
@jarifibrahim jarifibrahim deleted the ibrahim/r20.07-gql branch November 2, 2020 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/querylang Issues related to the query language specification and implementation.
Development

Successfully merging this pull request may close these issues.

2 participants