Skip to content

Conversation

@JPryce-Aklundh
Copy link
Collaborator

@JPryce-Aklundh JPryce-Aklundh commented Nov 14, 2024

Copy link
Contributor

@l-heemann l-heemann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, I have a couple of suggestions but nothing major. Thanks for the quick turnaround!

----

* Avoid having to use back-ticks to escape characters and keywords.
* Avoid having to use backticks to quote characters and keywords.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Avoid having to use backticks to quote characters and keywords.
* Avoid using characters and keywords that require the input to be quoted.

Feels a little bit more actionable than "avoid having the db force a rule on you"

* Parameters

If any reserved keyword is escaped -- i.e. is encapsulated by backticks ```, such as `++`AND`++` -- it would become a valid identifier in the above contexts.
If any reserved keyword is quoted in backticks (```), such as `++`AND`++`, it would become a valid identifier in the above contexts.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should add that this isn't recommended, or maybe that is obvious 🤔

@neo-technology-commit-status-publisher
Copy link
Collaborator

neo-technology-commit-status-publisher commented Nov 14, 2024

Thanks for the documentation updates.

The preview documentation has now been torn down - reopening this PR will republish it.

renetapopova added a commit to neo4j/docs-operations that referenced this pull request Nov 14, 2024
This is the only mention of escaping with backticks that I found in the
Operations manual.

Cypher Manual PR: neo4j/docs-cypher#1111
renetapopova added a commit to renetapopova/docs-operations that referenced this pull request Nov 14, 2024
This is the only mention of escaping with backticks that I found in the
Operations manual.

Cypher Manual PR: neo4j/docs-cypher#1111
@JPryce-Aklundh JPryce-Aklundh merged commit fbbc11d into neo4j:dev Nov 14, 2024
5 checks passed
@JPryce-Aklundh JPryce-Aklundh deleted the quoting branch November 14, 2024 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants