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

Consider nullability and type in predicates: #191

Closed
wants to merge 2 commits into from

Conversation

dwitry
Copy link
Contributor

@dwitry dwitry commented Oct 6, 2018

  • Return NULL in wrong predicate type
  • Handle NULL in where conditions
  • Fix bug when string predicates were not recognized as WHERE conditions
  • Choose case class variations to simplify code in rewriters

TCK +7

Signed-off-by: Dwitry dwitry@users.noreply.github.com

- Return NULL in wrong predicate type
- Handle NULL in where conditions
- Fix bug when string predicates were not recognized as `WHERE` conditions
- `Choose` case class variations to simplify code in rewriters

TCK +7

Signed-off-by: Dwitry dwitry@users.noreply.github.com
…ull checks.

Signed-off-by: Dwitry dwitry@users.noreply.github.com
dwitry added a commit to dwitry/cypher-for-gremlin that referenced this pull request Jan 18, 2019
- Additional predicate to check string type
- Return NULL in wrong predicate type
- Fix bug when string predicates were not recognized as `WHERE` conditions
- Merge changes from opencypher#191

TCK +3

Signed-off-by: Dwitry dwitry@users.noreply.github.com
dwitry added a commit to dwitry/cypher-for-gremlin that referenced this pull request Jan 18, 2019
- Additional predicate to check string type
- Return NULL in wrong predicate type
- Fix bug when string predicates were not recognized as `WHERE` conditions
- Merge changes from opencypher#191

TCK +3

Signed-off-by: Dwitry dwitry@users.noreply.github.com
dwitry added a commit that referenced this pull request Jan 18, 2019
- Additional predicate to check string type
- Return NULL in wrong predicate type
- Fix bug when string predicates were not recognized as `WHERE` conditions
- Merge changes from #191

TCK +3

Signed-off-by: Dwitry dwitry@users.noreply.github.com
@dwitry
Copy link
Contributor Author

dwitry commented Jan 18, 2019

Most of changes were gradually closed in #230 and other commits.

@dwitry dwitry closed this Jan 18, 2019
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.

None yet

1 participant