Skip to content

Commit

Permalink
TEIID-5499 updating the grammar with the json type
Browse files Browse the repository at this point in the history
  • Loading branch information
shawkins committed Oct 23, 2018
1 parent 0323a0a commit e0b987f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions reference/BNF_for_SQL_Grammar.adoc
Expand Up @@ -699,6 +699,9 @@
|[[token_JAAS]]_JAAS_
|<<nonReserved,non-reserved identifier>>, <<readWith,with role>>

|[[token_JSON]]_JSON_
|<<nonReserved,non-reserved identifier>>, <<parseDataTypePrimary,simple data type>>

|[[token_JSONARRAY_AGG]]_JSONARRAY_AGG_
|<<nonReserved,non-reserved identifier>>, <<orderedAgg,ordered aggregate function>>

Expand Down Expand Up @@ -1885,6 +1888,8 @@ Example:

* <<token_CHAIN,CHAIN>>

* <<token_JSON,JSON>>

* <<token_JSONARRAY_AGG,JSONARRAY_AGG>>

* <<token_JSONOBJECT,JSONOBJECT>>
Expand Down Expand Up @@ -4431,6 +4436,8 @@ NO DEFAULT
* ( <<token_CLOB,CLOB>> ( <<<token_LPAREN,lparen>>> <<<intVal,unsigned integer>>> <<<token_RPAREN,rparen>>> )? )
* <<token_JSON,JSON>>
* ( <<token_VARBINARY,VARBINARY>> ( <<<token_LPAREN,lparen>>> <<<intVal,unsigned integer>>> <<<token_RPAREN,rparen>>> )? )
* <<token_GEOMETRY,GEOMETRY>>
Expand Down

0 comments on commit e0b987f

Please sign in to comment.