Skip to content

Commit

Permalink
Merge pull request #728 from jakartaee/first-parameter
Browse files Browse the repository at this point in the history
Clarifies the order and avoid the vendor start with One instead of Zero
  • Loading branch information
otaviojava authored May 7, 2024
2 parents d630598 + a042ee2 commit 04b8991
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/src/main/asciidoc/query-language.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ A _named parameter_ is a legal Java identifier prefixed with the `:` character,

An _ordinal parameter_ is a decimal integer prefixed with the `?` character, for example, `?1`.

Ordinal parameters are numbered sequentially, starting with `?1`.

==== Operators and punctuation

The character sequences `+`, `-`, `*`, `/`, `||`, `=`, `<`, `>`, `<>`, `&lt;=`, `>=` are _operators_.
Expand Down

0 comments on commit 04b8991

Please sign in to comment.