Skip to content

Commit

Permalink
Mention explicitly that unsignedInteger must not be larger than the…
Browse files Browse the repository at this point in the history
… Java constant `Long.MAX_VALUE`.

=
  • Loading branch information
Lojjs committed Jan 17, 2024
1 parent 4fcd9ef commit d5f4318
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions modules/ROOT/pages/patterns/reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,11 @@ upperBound ::= unsignedInteger
unsignedInteger ::= [0-9]+
----

[NOTE]
====
The `unsignedInteger` must not be larger than the Java constant `Long.MAX_VALUE`.
====

[[quantifiers-rules]]
=== Rules

Expand Down Expand Up @@ -1104,6 +1109,11 @@ upperBound ::= unsignedInteger
unsignedInteger ::= [0-9]+
----

[NOTE]
====
The `unsignedInteger` must not be larger than the Java constant `Long.MAX_VALUE`.
====

For rules on valid relationship variable names, see xref:syntax/naming.adoc[Cypher naming rules].

[[variable-length-relationships-rules]]
Expand Down

0 comments on commit d5f4318

Please sign in to comment.