-
Notifications
You must be signed in to change notification settings - Fork 156
Update existential subquery CIP #493
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
Merged
hvub
merged 53 commits into
opencypher:master
from
hvub:update-existential-subquery-cip
Jun 15, 2021
Merged
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
3ea3b53
Remove EXISTS as a function name
hvub 76226dd
Remove EXISTS as a function name
hvub ab43947
Add production ExistentialSubquery
hvub e76ad49
Add non-terminal ExistentialSubquery as alternative to Atom
hvub c6c4caa
Rename CaseAlternatives to CaseAlternative
hvub 62b48e0
Reuse <Where> in <PatternComprehension> for more consistency
hvub 0eb3b60
First draft updating the CIP
hvub 1399839
Fix grammar ambiguity bug
hvub 0f97ded
Turn `exists(map.field)` into `map.field IS NOT NULL`
hvub 32aefb8
Turn `exists(map.field)` into `map.field IS NOT NULL`
hvub e7782cb
Turn `exists(map.field)` into `map.field IS NOT NULL`
hvub ede07fb
Turn `exists(...)` into `... IS NOT NULL`
hvub 9a9150c
Turn `exists(...)` into `... IS NOT NULL`
hvub e29d795
Turn `exists(...)` into `... IS NOT NULL`
hvub 4950b42
Turn `exists(...)` into `... IS NOT NULL`
hvub e199365
Refine wording, fixing some typos and formatting
hvub 12dbb9f
not use `exists`as variable name (reserved word)
hvub 5a2b853
RelationshipsPattern -> RelationshipPattern
hvub 9b53e94
editorials and new grammar linking
hvub 248e3ce
RelationshipPattern -> RelationshipsPattern
hvub 4e87bde
RelationshipPattern -> RelationshipsPattern
hvub 31a0bef
move "IS NOT NULL is case insensitive" scenarios
hvub 91f9d22
Add/extend scenarios testing IS [NOT] NULL on maps
hvub f994d19
Add/extend scenarios testing map field access with regards to null an…
hvub 75c24aa
Remove `Map4 - Field existence check` (no dedicate functionality anym…
hvub 5ec66f6
Add scenario for property/field existence check via `keys()` and `IN`
hvub 3b424e3
bug fix
hvub aba4da9
Extend and align scenarios on static property/field access
hvub f56edb9
Remove `Graph9 - Property existence check` (no dedicated functionalit…
hvub 4f3a475
bug fix
hvub e3b9679
bug fix
hvub 127ea25
bug fix
hvub 6b48569
bug fix
hvub 9dfa6e3
accept suggestion from review
hvub 16d844e
Update cip/1.accepted/CIP2015-05-13-EXISTS.adoc
hvub 0410a1a
accept suggestion from review
hvub 3c18456
accept suggestion from review
hvub eab2366
accept suggestion from review
hvub 961affb
accept suggestion from review
hvub bf40a94
accept suggestion from review
hvub caa90a4
accept suggestion from review
hvub d7676fd
accept suggestion from review
hvub e2434ad
accept suggestion from review
hvub 27579e6
add commas to grammar in cip
hvub 72144e3
accept suggestion from review
hvub c423671
accept suggestion from review
hvub a842a3b
fix wording
hvub 3fef5ba
fix wording
hvub 5dc1466
add informative note
hvub a5c6c36
Accept suggestion
hvub 0550779
Accept suggestion
hvub f256b3a
Add missing links
hvub cd9bf2f
Add missing place allowing a naked pattern
hvub File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.