Skip to content

Commit f158169

Browse files
Clarify Cypher 25 change to propertyTypes return column (#2418)
2 parents 5fd7cc7 + 42dd3f3 commit f158169

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

modules/ROOT/pages/procedures.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1632,6 +1632,10 @@ For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/current/p
16321632
| *Mode* 3+| READ
16331633
|===
16341634

1635+
[NOTE]
1636+
In Cypher 5, the `propertyTypes` column returns the potential Java types for a given property.
1637+
In Cypher 25, it returns the potential Cypher types instead.
1638+
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].
16351639

16361640
[NOTE]
16371641
====
@@ -1656,6 +1660,11 @@ For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/current/p
16561660
| *Mode* 3+| READ
16571661
|===
16581662

1663+
[NOTE]
1664+
In Cypher 5, the `propertyTypes` column returns the potential Java types for a given property.
1665+
In Cypher 25, it returns the potential Cypher types instead.
1666+
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].
1667+
16591668

16601669
[NOTE]
16611670
====

0 commit comments

Comments
 (0)