Skip to content

Commit 765dd0f

Browse files
committed
Document change in behaviour for db.schema.nodeTypeProperties() and db.schema.relTypeProperties()
1 parent c4de60d commit 765dd0f

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,29 @@ New features are added to the language continuously, and occasionally, some feat
1616
This section lists all of the features that have been removed, deprecated, added, or extended in different Cypher versions.
1717
Replacement syntax for deprecated and removed features are also indicated.
1818

19+
[[cypher-deprecations-additions-removals-5.26]]
20+
== Neo4j 5.26
21+
22+
=== Deprecated features
23+
24+
[cols="2", options="header"]
25+
|===
26+
| Feature
27+
| Details
28+
29+
a|
30+
label:functionality[]
31+
label:deprecated[]
32+
[source, cypher, role="noheader"]
33+
----
34+
CALL db.schema.nodeTypeProperties() YIELD propertyTypes RETURN propertyTypes;
35+
CALL db.schema.relTypeProperties() YIELD propertyTypes RETURN propertyTypes;
36+
----
37+
a|
38+
The column `propertyTypes` currently produces a list of strings representing the possible Java types the given property has, in an upcoming major release it will instead represent the possible Cypher Types the given property has.
39+
For all available Cypher types, see the section on xref::values-and-types/property-structural-constructed.adoc#types-synonyms[types and their synonyms].
40+
|===
41+
1942
[[cypher-deprecations-additions-removals-5.24]]
2043
== Neo4j 5.24
2144

0 commit comments

Comments
 (0)