Skip to content

Commit

Permalink
Merge pull request #259 from tigergraph/DOC-1520-TYPE-is-DDL-reserved
Browse files Browse the repository at this point in the history
DOC-1520-TYPE-is-DDL-reserved
  • Loading branch information
victorleeTG committed May 2, 2023
2 parents b712f31 + 2441c99 commit 01c17b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/release-notes/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ The following is a list of new features and improvements:
** In an HTTP request, use square brackets `[]` in the request body of a POST request to specify an empty set.
You can no longer specify an empty set using query strings in a GET request.

NOTE: `TYPE` is a xref:3.8@gsql-ref:appendix:keywords-and-reserved-words.adoc [DDL reserved word]. In particular, you may not use `TYPE` as a vertex or attribute property name.

=== Performance
* Introduced the xref:gsql-ref:querying:query-optimizer/index.adoc[query optimizer], which performs cost-based optimization on queries based on pre-computed statistics.

Expand Down Expand Up @@ -96,6 +98,9 @@ You can no longer specify an empty set using query strings in a GET request.
== Known issues
* If `System.Backup.Local.Enable` is set to `true`, this also enables a daily full backup at 12:00am UTC

=== Compatibility Issues
* `TYPE` is a xref:3.8@gsql-ref:appendix:keywords-and-reserved-words.adoc [DDL reserved word]. In particular, you may not use `TYPE` as a vertex or attribute property name.


== Release notes for previous versions
* xref:3.7@tigergraph-server:release-notes:index.adoc[Release notes - TigerGraph 3.7]
Expand Down

0 comments on commit 01c17b4

Please sign in to comment.