Skip to content

Commit acc2810

Browse files
j-martinandialbrecht
authored andcommitted
keyword, add ON_ERROR_STOP
1 parent 282bcf1 commit acc2810

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sqlparse/keywords.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -843,6 +843,7 @@ def is_keyword(value):
843843
'PLPGSQL': tokens.Keyword,
844844
'INHERIT': tokens.Keyword,
845845
'INDEXES': tokens.Keyword,
846+
'ON_ERROR_STOP': tokens.Keyword,
846847

847848
'BYTEA': tokens.Keyword,
848849
'BIGSERIAL': tokens.Keyword,

0 commit comments

Comments
 (0)