Skip to content

Conversation

JPryce-Aklundh
Copy link
Collaborator

@JPryce-Aklundh JPryce-Aklundh commented Jun 25, 2025

This PR will fail for now because it uses xrefs pointing to unmerged changes (part of #1299)

See also:
#1299

TODO:

  • Add results to show constraints
  • Confirm release version (and update all instances of "2025.xx" in this PR to whatever that version is)

@neo4j-docops-agent
Copy link
Collaborator

This PR includes documentation updates
View the updated docs at https://neo4j-docs-cypher-1325.surge.sh

Updated pages:

@@ -344,6 +344,41 @@ Added 1 constraint.

======

.Create `VECTOR` property type constraints label:cypher[Cypher 25 only] label:new[Introduced in Neo4j 2025.xx]
Copy link
Collaborator

Choose a reason for hiding this comment

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

you had one todo about show output but I also have a comment regarding show constraints. In the output column information for show constraints we should update

| createStatement
| Statement used to create the constraint.
| STRING

to be

| createStatement
| Statement used to create the constraint, or `null` if the constraint cannot be created through `CREATE CONSTRAINT`.
| STRING

or something similar. This to cover that it should be null in Cypher 5 for property type constraints on vectors as well as for dependent constraints once graph types are released (so I want it more generic now as to not need to update it twice)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants