Skip to content

Commit

Permalink
keyword, add ON_ERROR_STOP
Browse files Browse the repository at this point in the history
  • Loading branch information
j-martin authored and andialbrecht committed Dec 12, 2020
1 parent 282bcf1 commit acc2810
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sqlparse/keywords.py
Expand Up @@ -843,6 +843,7 @@ def is_keyword(value):
'PLPGSQL': tokens.Keyword,
'INHERIT': tokens.Keyword,
'INDEXES': tokens.Keyword,
'ON_ERROR_STOP': tokens.Keyword,

'BYTEA': tokens.Keyword,
'BIGSERIAL': tokens.Keyword,
Expand Down

0 comments on commit acc2810

Please sign in to comment.