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

add note about database name in query log (#1980) #1988

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

renetapopova
Copy link
Contributor

Cherry-picked from #1980

In order to know which database the query is targeting, we do some
parsing to find if there is a USE-clause (e.g. `USE db RETURN 1 AS
result`). If the parsing fails, we are not able to figure out what
database the query should be run at and therefor the field in the log
will be <none>.

Please let me know if I can improve the documentation with more details,
I just don't want to put information to confuse the user even more.
@neo-technology-commit-status-publisher
Copy link
Collaborator

Thanks for the documentation updates.

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

@renetapopova renetapopova merged commit eb4c3a1 into neo4j:5.x Nov 26, 2024
4 checks passed
@renetapopova renetapopova deleted the 5.x-db-name-log branch November 26, 2024 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants