Skip to content

Commit 5b237a6

Browse files
Remove mentions of Neo4j 6.0 (#1088)
1 parent 10c4be3 commit 5b237a6

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

modules/ROOT/pages/functions/scalar.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1206,11 +1206,10 @@ This can include the introduction of new types and subtypes of already supported
12061206
If a new type is introduced, it will be returned by the `valueType()` function as soon as it is released.
12071207
However, if a more precise subtype of a previously supported type is introduced, it would be considered a breaking change.
12081208

1209+
For example, the function currently returns `"FLOAT"`, but if a more specific `FLOAT` type was added, e.g. `FLOAT32`, this would be considered more specific and not be returned until the next major release of Neo4j.
1210+
As a result,`"FLOAT"` would continue to be returned for any `FLOAT32` values until the next major release.
12091211

1210-
For example, the function currently returns `"FLOAT"`, but if a more specific `FLOAT` type was added, e.g. `FLOAT32`, this would be considered more specific and not be returned until Neo4j 6.0.
1211-
As a result,`"FLOAT"` would continue to be returned for any `FLOAT32` values until the release of Neo4j 6.0.
1212-
1213-
The below list contains all supported types displayed by the `valueType()` function:
1212+
The below list contains all currently supported types displayed by the `valueType()` function:
12141213

12151214
* Predefined types
12161215
** `NOTHING`

modules/ROOT/pages/syntax/naming.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ Some techniques to mitigate this are:
4949
5050
====
5151

52-
[NOTE]
53-
====
54-
Several special characters have been deprecated and will require escaping in Neo4j 6.0, see xref::deprecations-additions-removals-compatibility.adoc#cypher-deprecations-additions-removals-5.15[here] for the comprehensive list of deprecated characters.
55-
====
56-
5752
== Scoping and namespace rules
5853

5954
* Node labels, relationship types and property names may re-use names.

0 commit comments

Comments
 (0)