Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions modules/ROOT/pages/procedures.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1630,6 +1630,10 @@ For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/current/p
| *Mode* 3+| READ
|===

[NOTE]
In Cypher 5, the `propertyTypes` column returns the potential Java types for a given property.
In Cypher 25, it returns the potential Cypher types instead.
For information about Cypher's property types, see the link:{neo4j-docs-base-uri}/cypher-manual/25/values-and-types/property-structural-constructed/#property-types[Cypher Manual -> Property types].

[NOTE]
====
Expand All @@ -1654,6 +1658,11 @@ For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/current/p
| *Mode* 3+| READ
|===

[NOTE]
In Cypher 5, the `propertyTypes` column returns the potential Java types for a given property.
In Cypher 25, it returns the potential Cypher types instead.
For information about Cypher's property types, see the link:{neo4j-docs-base-uri}/cypher-manual/25/values-and-types/property-structural-constructed/#property-types[Cypher Manual -> Property types].


[NOTE]
====
Expand Down