-
Notifications
You must be signed in to change notification settings - Fork 83
Update column info for show databases to mention where composite databases return null #2212
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
Conversation
…bases return null
renetapopova
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left a suggestion. Otherwise, looks good.
modules/ROOT/pages/database-administration/standard-databases/listing-databases.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/database-administration/standard-databases/listing-databases.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/database-administration/standard-databases/listing-databases.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/database-administration/standard-databases/listing-databases.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/database-administration/standard-databases/listing-databases.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/database-administration/standard-databases/listing-databases.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/database-administration/standard-databases/listing-databases.adoc
Outdated
Show resolved
Hide resolved
@Hunterness Where is this updated store column (that doesn't say |
modules/ROOT/pages/database-administration/standard-databases/listing-databases.adoc
Outdated
Show resolved
Hide resolved
Co-authored-by: Reneta Popova <[email protected]>
… and 5.26.5 and later
modules/ROOT/pages/database-administration/standard-databases/listing-databases.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/database-administration/standard-databases/listing-databases.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/database-administration/standard-databases/listing-databases.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/database-administration/standard-databases/listing-databases.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/database-administration/standard-databases/listing-databases.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/database-administration/standard-databases/listing-databases.adoc
Outdated
Show resolved
Hide resolved
…listing-databases.adoc Co-authored-by: Therese Magnusson <[email protected]>
…listing-databases.adoc Co-authored-by: Therese Magnusson <[email protected]>
…listing-databases.adoc Co-authored-by: Therese Magnusson <[email protected]>
…listing-databases.adoc Co-authored-by: Therese Magnusson <[email protected]>
…listing-databases.adoc Co-authored-by: Therese Magnusson <[email protected]>
|
Thanks for the documentation updates. The preview documentation has now been torn down - reopening this PR will republish it. |
…bases return null (neo4j#2212) We updated the store column to not say `--0.0` in 2025.04 (and backported to next release of 5.LTS as well), and the currentPrimariesCount/currentSecondariesCount to be null to match what the requested versions already did. Also added the sentence about being null for composite on the columns where that was already the case. --------- Co-authored-by: Reneta Popova <[email protected]>
…bases return null (neo4j#2212) We updated the store column to not say `--0.0` in 2025.04 (and backported to next release of 5.LTS as well), and the currentPrimariesCount/currentSecondariesCount to be null to match what the requested versions already did. Also added the sentence about being null for composite on the columns where that was already the case. --------- Co-authored-by: Reneta Popova <[email protected]>
…bases return null (#2212) (#2229) Cherry-picked from #2212 Co-authored-by: Therese Magnusson <[email protected]>
…bases return null (#2212) (#2228) Cherry-picked from #2212 --------- Co-authored-by: Therese Magnusson <[email protected]>
Removing `a` in the table header (see line 44 in the PR #2212) led to the formatting issues: lists and code blocks are not rendered as they should be. This PR fixes those issues
Removing `a` in the table header (see line 44 in the PR neo4j#2212) led to the formatting issues: lists and code blocks are not rendered as they should be. This PR fixes those issues
Removing `a` in the table header (see line 44 in the PR neo4j#2212) led to the formatting issues: lists and code blocks are not rendered as they should be. This PR fixes those issues
Removing `a` in the table header (see line 44 in the PR neo4j#2212) led to the formatting issues: lists and code blocks are not rendered as they should be. This PR fixes those issues
We updated the store column to not say
--0.0in 2025.04 (and backported to next release of 5.LTS as well), and the currentPrimariesCount/currentSecondariesCount to be null to match what the requested versions already did.Also added the sentence about being null for composite on the columns where that was already the case.