Add information and example of combining SHOW DATABASES with regular Cypher#2986
Conversation
Hunterness
left a comment
There was a problem hiding this comment.
Add suggestions for Cypher 25 markers based on how it looks in the Cypher manual
renetapopova
left a comment
There was a problem hiding this comment.
Thanks, @Hunterness. I left some comments.
I think we need to document them here https://neo4j.com/docs/cypher-manual/current/deprecations-additions-removals-compatibility/ for sure, because these are new additions to the Cypher language syntax and possibilities. |
f5514d9 to
64b5a07
Compare
renetapopova
left a comment
There was a problem hiding this comment.
I think it looks good now. ✅
|
I'd like to keep this around until all the moves from Cypher manual to Operations manual have been done so that I can make sure that all parts of my Cypher manual PR have been covered or add the missing bits to this PR instead of having to open a new one for the missed parts. |
|
@renetapopova what about my last remaining checklist item in the description? Do you have any input on that?
|
I've already answered that above. |
I did not see that comment/answer, not sure why 🤦 |
I have added it to that page on my Cypher manual PR already: https://github.com/neo4j/docs-cypher/pull/1528/files#diff-62c381212132b601e7a6cb3fbdee89aa2cc21b1a9b7f103c943d51a981e19392 |
64b5a07 to
002ae42
Compare
…Cypher Also add a comment about if the input to `SHOW DATABASES $db` is null.
Since that PR was merged and it isn't behind the feature flag we now know the version for this case
Since that feature flag PR was merged we now know the version
Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
002ae42 to
9216222
Compare
|
Thanks for the documentation updates. The preview documentation has now been torn down - reopening this PR will republish it. |
Also add a comment about if the input to
SHOW DATABASES $dbis null.TODO: