Skip to content

Commit 4319aac

Browse files
Update modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc
Co-authored-by: Jens Pryce-Åklundh <[email protected]>
1 parent 765dd0f commit 4319aac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ CALL db.schema.nodeTypeProperties() YIELD propertyTypes RETURN propertyTypes;
3535
CALL db.schema.relTypeProperties() YIELD propertyTypes RETURN propertyTypes;
3636
----
3737
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.
38+
The column `propertyTypes` currently returned by the procedures link:{neo4j-docs-base-uri}/operations-manual/{page-version}/procedures/#procedure_db_schema_nodetypeproperties[`db.schema.nodeTypeProperties()`] and link:{neo4j-docs-base-uri}/operations-manual/{page-version}/procedures/#procedure_db_schema_reltypeproperties[`db.schema.relTypeProperties()`] produces a list of strings representing the potential Java types for a given property.
39+
In an upcoming major release of Neo4j, this will be updated to represent the possible Cypher types for that property instead.
3940
For all available Cypher types, see the section on xref::values-and-types/property-structural-constructed.adoc#types-synonyms[types and their synonyms].
4041
|===
4142

0 commit comments

Comments
 (0)