Skip to content

Commit

Permalink
SQL: Added PostgreSQL RETURNING keyword (#2476)
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Jul 14, 2020
1 parent 67f97e2 commit bea7a58
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/prism-sql.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/prism-sql.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions tests/languages/sql/keyword_feature.test
Expand Up @@ -258,6 +258,7 @@ RESTORE
RESTRICT
RETURN
RETURNS
RETURNING
REVOKE
RIGHT
ROLLBACK
Expand Down Expand Up @@ -616,6 +617,7 @@ YEAR
["keyword", "RESTRICT"],
["keyword", "RETURN"],
["keyword", "RETURNS"],
["keyword", "RETURNING"],
["keyword", "REVOKE"],
["keyword", "RIGHT"],
["keyword", "ROLLBACK"],
Expand Down

0 comments on commit bea7a58

Please sign in to comment.